Comment out XHCI interrupt message

This commit is contained in:
Jeremy Soller
2020-03-11 11:58:52 -06:00
parent f00a049439
commit 3dbf9ad3e7
+1 -2
View File
@@ -508,9 +508,8 @@ impl Xhci {
pub fn trigger_irq(&mut self) -> bool {
// Read the Interrupter Pending bit.
println!("preinterrupt");
if self.run.ints[0].iman.readf(1) {
println!("XHCI Interrupt");
//println!("XHCI Interrupt");
// If set, set it back to zero, so that new interrupts can be triggered.
// FIXME: MSI and MSI-X systems