diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1999-09-03 20:11:25 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1999-09-03 20:11:25 +0000 |
| commit | 4c2212401b0cd7047043ef42171a74956707a606 (patch) | |
| tree | d4ff3576c71d826a83aa77e9b57144a96df252ad /sys/dev/aha | |
| parent | 1c3111dc06916105853e80e103c299cf707f5818 (diff) | |
Notes
Diffstat (limited to 'sys/dev/aha')
| -rw-r--r-- | sys/dev/aha/aha.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c index 1e875204d716..458ff062ae6b 100644 --- a/sys/dev/aha/aha.c +++ b/sys/dev/aha/aha.c @@ -58,9 +58,6 @@ * $FreeBSD$ */ -/* #include "pnp.h" */ -#define NPNP 0 - #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> @@ -83,11 +80,6 @@ #include <vm/vm.h> #include <vm/pmap.h> -#if NPNP > 0 -#include <i386/isa/isa_device.h> -#include <i386/isa/pnp.h> /* XXX pnp isn't x86 only */ -#endif - #include <dev/aha/ahareg.h> struct aha_softc *aha_softcs[NAHATOT]; |
