[Voyageurs] Receive keypress information from the usb keyboard.
This commit is contained in:
parent
2cc9c89051
commit
c5f8195255
6 changed files with 77 additions and 5 deletions
|
|
@ -205,6 +205,8 @@ glcr::ErrorCode XhciDriver::ParseMmioStructures() {
|
|||
runtime_ = reinterpret_cast<XhciRuntime*>(mmio_regions_.vaddr() +
|
||||
capabilities_->runtime_offset);
|
||||
|
||||
dbgln("INTTTT: {x}", (uint64_t)runtime_->interrupters);
|
||||
|
||||
doorbells_ = reinterpret_cast<XhciDoorbells*>(mmio_regions_.vaddr() +
|
||||
capabilities_->doorbell_offset);
|
||||
dbgln("Doorbells: {x}", (uint64_t)doorbells_);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue