diff options
author | peter <peter@FreeBSD.org> | 1999-09-02 04:37:07 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-09-02 04:37:07 +0000 |
commit | fa030113298048d5207543f2078e7033cb30e6b8 (patch) | |
tree | 05fb1f24c415639f8343a86659f740268c3fd03b /sys/dev/aha | |
parent | 2b983202e6de74a0ad0fc2765f080543e3895b9f (diff) | |
download | FreeBSD-src-fa030113298048d5207543f2078e7033cb30e6b8.zip FreeBSD-src-fa030113298048d5207543f2078e7033cb30e6b8.tar.gz |
Stub out the old pnp code till these are converted so GENERIC builds again.
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 6484eac..11f2f92 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> |