From 8d577cb279b5c91d34d6670b0f95976536d0d67c Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 23 Aug 2001 01:12:35 +0000 Subject: Revert part of the last commit, as suggested by Nick. This is expected, it is part of the way PCI shared interrupts work. --- sys/dev/usb/uhci.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/dev/usb/uhci.c') diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index ff6220a..d6b68c6 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -934,11 +934,8 @@ uhci_intr(void *arg) #endif status = UREAD2(sc, UHCI_STS); - if (status == 0) { /* The interrupt was not for us. */ - printf("%s: interrupt, but not for us\n", - USBDEVNAME(sc->sc_bus.bdev)); + if (status == 0) /* The interrupt was not for us. */ return (0); - } #if defined(DIAGNOSTIC) && defined(__NetBSD__) if (sc->sc_suspend != PWR_RESUME) -- cgit v1.1