diff options
author | dfr <dfr@FreeBSD.org> | 1999-09-03 20:11:25 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 1999-09-03 20:11:25 +0000 |
commit | 20d6eca4a7acf27effccd81f92d92ed9f5c3b0a0 (patch) | |
tree | 5991e860038fe4d3615332198473d8b4c625c70a /sys/dev/aha | |
parent | 12f5d4eca89adc651958066ecfed7734b365364a (diff) | |
download | FreeBSD-src-20d6eca4a7acf27effccd81f92d92ed9f5c3b0a0.zip FreeBSD-src-20d6eca4a7acf27effccd81f92d92ed9f5c3b0a0.tar.gz |
Remove vestiges of old pnp code.
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 1e87520..458ff06 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]; |