Rust XHCI Implementation.
This commit is contained in:
parent
0b95098748
commit
2c271360ce
25 changed files with 1288 additions and 202 deletions
|
|
@ -18,6 +18,8 @@ void DriverManager::WriteMessage(uint64_t irq_num, IpcMessage&& message) {
|
|||
return;
|
||||
}
|
||||
|
||||
dbgln("IRQ offset {x}", offset);
|
||||
|
||||
driver_list_[offset]->Send(glcr::Move(message));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue