xhcid: always use polling

This commit is contained in:
Jeremy Soller
2024-04-16 11:13:50 -06:00
parent 9069c64b87
commit 13ebe960dd
+1 -1
View File
@@ -204,7 +204,7 @@ fn daemon(daemon: redox_daemon::Daemon) -> ! {
let address = unsafe { bar.physmap_mem("xhcid") } as usize;
let (irq_file, interrupt_method) = get_int_method(&mut pcid_handle, address);
let (irq_file, interrupt_method) = (None, InterruptMethod::Polling); //TODO: get_int_method(&mut pcid_handle, address);
println!(" + XHCI {}", pci_config.func.display());