[Voyageurs] Receive keypress information from the usb keyboard.

This commit is contained in:
Drew Galbraith 2024-02-24 14:18:11 -08:00
parent 2cc9c89051
commit c5f8195255
6 changed files with 77 additions and 5 deletions

View file

@ -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_);