summaryrefslogtreecommitdiffstats
path: root/sys
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
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')
-rw-r--r--sys/amd64/amd64/autoconf.c3
-rw-r--r--sys/i386/i386/autoconf.c3
-rw-r--r--sys/i386/isa/pnp.h4
3 files changed, 5 insertions, 5 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
diff --git a/sys/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c
index c0ab851..3d718a7 100644
--- a/sys/i386/i386/autoconf.c
+++ b/sys/i386/i386/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
diff --git a/sys/i386/isa/pnp.h b/sys/i386/isa/pnp.h
index af2f49a..b91b50d 100644
--- a/sys/i386/isa/pnp.h
+++ b/sys/i386/isa/pnp.h
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: pnp.h,v 1.7 1998/09/13 22:15:44 eivind Exp $
+ * $Id: pnp.h,v 1.8 1999/08/22 19:46:05 peter Exp $
*/
#ifndef _I386_ISA_PNP_H_
@@ -267,8 +267,6 @@ struct pnp_cinfo {
#ifdef KERNEL
-struct isa_device;
-
struct pnp_device {
char *pd_name;
char * (*pd_probe ) (u_long csn, u_long vendor_id);
OpenPOWER on IntegriCloud