summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>1997-09-09 12:48:59 +0000
committerjmg <jmg@FreeBSD.org>1997-09-09 12:48:59 +0000
commit5fdad78cd7e4b3e7e86fdd394bf973f1f317ae79 (patch)
tree1955bbb0e84e90ca9bb57a953bea8b986f1d560b /sys/amd64
parent6eb185adfd7463cd85500982c3adc5b295f4391f (diff)
downloadFreeBSD-src-5fdad78cd7e4b3e7e86fdd394bf973f1f317ae79.zip
FreeBSD-src-5fdad78cd7e4b3e7e86fdd394bf973f1f317ae79.tar.gz
add neccessary calls to autoconf for pnp,
also teach userconfig about the new pnp commands, for usage see pnp(4)
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/autoconf.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c
index 94a8b54..9fbbbcf 100644
--- a/sys/amd64/amd64/autoconf.c
+++ b/sys/amd64/amd64/autoconf.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
- * $Id: autoconf.c,v 1.5 1997/07/22 18:37:49 smp Exp smp $
+ * $Id: autoconf.c,v 1.74 1997/07/22 20:12:32 fsmp Exp $
*/
/*
@@ -69,6 +69,11 @@
#include <i386/isa/isa_device.h>
#endif
+#include "pnp.h"
+#if NPNP > 0
+#include <i386/isa/pnp.h>
+#endif
+
#include "eisa.h"
#if NEISA > 0
#include <i386/eisa/eisaconf.h>
@@ -203,6 +208,10 @@ configure(dummy)
pci_configure();
#endif
+#if NPNP > 0
+ pnp_configure();
+#endif
+
#if NISA > 0
isa_configure();
#endif
OpenPOWER on IntegriCloud