diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-09-04 20:10:23 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-09-04 20:10:23 +0000 |
| commit | 0b19e7ccabf8ed39b3a6d369c24516dabd2293ca (patch) | |
| tree | 257e818f6f64a46766269bd81984462883e8690f | |
| parent | 5f34898eb27509a8db1c1ba5b517a3d1be3f20ae (diff) | |
Notes
| -rw-r--r-- | sys/pccard/pcic_pci.c | 2 |
1 files changed, 0 insertions, 2 deletions
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"); |
