Register denali on yellowstone, handle read requests.
This commit is contained in:
parent
a5cdd23f0b
commit
6f0dfa8719
6 changed files with 56 additions and 22 deletions
|
|
@ -197,7 +197,6 @@ pub fn spawn_irq_thread(controller: Arc<AhciController>) -> thread::JoinHandle {
|
|||
});
|
||||
loop {
|
||||
irq_port.recv_null().unwrap();
|
||||
mammoth::debug!("Interrupt!");
|
||||
controller.handle_irq();
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue