aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-08-07 18:23:04 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-08-07 18:23:04 +0000
commit3647795f2071264ebd3ba9e2a8ce1ac481e09419 (patch)
tree7b815c8d0be6c94252a76112da8c1da8dbde82b8 /sys/dev/ppbus
parent79618882de3df16359472f573f946a6325db8d0c (diff)
Notes
Diffstat (limited to 'sys/dev/ppbus')
-rw-r--r--sys/dev/ppbus/ppi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ppbus/ppi.c b/sys/dev/ppbus/ppi.c
index 032823b45356..f5f2a0e67066 100644
--- a/sys/dev/ppbus/ppi.c
+++ b/sys/dev/ppbus/ppi.c
@@ -168,10 +168,8 @@ ppi_attach(device_t dev)
#ifdef PERIPH_1284
uintptr_t irq;
int zero = 0;
-#endif /* PERIPH_1284 */
struct ppi_data *ppi = DEVTOSOFTC(dev);
-#ifdef PERIPH_1284
/* retrive the irq */
BUS_READ_IVAR(device_get_parent(dev), dev, PPBUS_IVAR_IRQ, &irq);