summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-22 21:44:35 +0000
committerpeter <peter@FreeBSD.org>1999-08-22 21:44:35 +0000
commit2bbfd73cc7441111e9e49645afb397eb04b1af45 (patch)
tree3079a2906871100e16af20753c9606a51df9703e /sys/amd64
parent56dea87fc0c79d9252ca073a745afe8209069e04 (diff)
downloadFreeBSD-src-2bbfd73cc7441111e9e49645afb397eb04b1af45.zip
FreeBSD-src-2bbfd73cc7441111e9e49645afb397eb04b1af45.tar.gz
Oops, that wasn't so clever after all. struct isa_device is still a
prerequisite for this old pnp.h.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/autoconf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c
index c0ab851..3d718a7 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.132 1999/08/13 10:29:16 phk Exp $
+ * $Id: autoconf.c,v 1.133 1999/08/22 19:59:29 peter Exp $
*/
/*
@@ -74,6 +74,7 @@
#include "pnp.h"
#if NPNP > 0
+#include <i386/isa/isa_device.h>
#include <i386/isa/pnp.h>
#endif
OpenPOWER on IntegriCloud