From 0b19e7ccabf8ed39b3a6d369c24516dabd2293ca Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 4 Sep 2001 20:10:23 +0000 Subject: Don't report power interrupts. --- sys/pccard/pcic_pci.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys') diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c index d939ccde0f74..c08de0bf6247 100644 --- a/sys/pccard/pcic_pci.c +++ b/sys/pccard/pcic_pci.c @@ -894,8 +894,6 @@ pcic_pci_intr(void *arg) pccard_event(sp->slt, card_removed); } } - if (event & CB_SE_POWER) - device_printf(sc->dev, "Power interrupt\n"); if (stat & CB_SS_BADVCC) device_printf(sc->dev, "BAD Vcc request\n"); -- cgit v1.3