diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2000-07-18 20:16:36 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2000-07-18 20:16:36 +0000 |
| commit | ef36241a4a6db94f7aef34a871be65a07b316683 (patch) | |
| tree | bc97a9b131e9a2ecb9b579cff8d15ce4c66294ab /sys/dev | |
| parent | 5f4afc137c18d74c3b11057fa0a1ac6c8bf7ef08 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ppbus/ppi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ppbus/ppi.c b/sys/dev/ppbus/ppi.c index 62c4e32cf0bd..56f0b1143b2b 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); |
