diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-09-02 04:37:07 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-09-02 04:37:07 +0000 |
| commit | a3d568629850c349479f2dd9cb29608be91a8ad6 (patch) | |
| tree | 321305d92fadcdeaf293c97532a9eb3407145046 /sys/dev/aha | |
| parent | 3910e95363804f8a406c9dab85d29e6e9c7b3645 (diff) | |
Notes
Diffstat (limited to 'sys/dev/aha')
| -rw-r--r-- | sys/dev/aha/aha_isa.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/aha/aha_isa.c b/sys/dev/aha/aha_isa.c index 6484eacb225c..11f2f92786c2 100644 --- a/sys/dev/aha/aha_isa.c +++ b/sys/dev/aha/aha_isa.c @@ -31,7 +31,8 @@ * $FreeBSD$ */ -#include "pnp.h" +/* #include "pnp.h" */ +#define NPNP 0 #include <sys/param.h> #include <sys/systm.h> |
