From 3dbf9ad3e75349d8897cb2bbceb3e6007f2f0987 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 11 Mar 2020 11:58:52 -0600 Subject: [PATCH] Comment out XHCI interrupt message --- xhcid/src/xhci/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xhcid/src/xhci/mod.rs b/xhcid/src/xhci/mod.rs index 6ccc58281a..ed4a0e29e8 100644 --- a/xhcid/src/xhci/mod.rs +++ b/xhcid/src/xhci/mod.rs @@ -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