diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-11-08 03:28:43 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-11-08 03:28:43 +0000 |
| commit | d0ff2e64ac5727b636c8123befe5ae2ebc2dba5e (patch) | |
| tree | bd7f76c675907cbb681b28a5d8f04cb17f4bb8c2 /sys/dev/pccbb | |
| parent | cc7a3285a5dd1ce2d63e2c645c8e2306c710586e (diff) | |
Notes
Diffstat (limited to 'sys/dev/pccbb')
| -rw-r--r-- | sys/dev/pccbb/pccbb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c index 2571d0ad4eb9..b338101530dd 100644 --- a/sys/dev/pccbb/pccbb.c +++ b/sys/dev/pccbb/pccbb.c @@ -424,9 +424,9 @@ cbb_probe(device_t brdev) static void cbb_disable_func_intr(struct cbb_softc *sc) { +#if 0 uint8_t reg; -#if 0 reg = (exca_getb(&sc->exca, EXCA_INTR) & ~EXCA_INTR_IRQ_MASK) | EXCA_INTR_IRQ_RESERVED1; exca_putb(&sc->exca, EXCA_INTR, reg); |
