summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-04-07 17:50:10 +0000
committerbde <bde@FreeBSD.org>1996-04-07 17:50:10 +0000
commitf350e6c811faebc4c6c5785e6d3f5d152aa2039f (patch)
tree14e17fb0282e6bc5b3f9cce7e919c4956c52dee0 /sys
parentd75a1370e4a34158937694ef6dc2b5cec2689bc1 (diff)
downloadFreeBSD-src-f350e6c811faebc4c6c5785e6d3f5d152aa2039f.zip
FreeBSD-src-f350e6c811faebc4c6c5785e6d3f5d152aa2039f.tar.gz
Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/fe/if_fe.c8
-rw-r--r--sys/i386/isa/atapi.c5
-rw-r--r--sys/i386/isa/if_fe.c8
-rw-r--r--sys/i386/isa/wcd.c4
4 files changed, 12 insertions, 13 deletions
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c
index 2578867..c6eb951 100644
--- a/sys/dev/fe/if_fe.c
+++ b/sys/dev/fe/if_fe.c
@@ -21,7 +21,7 @@
*/
/*
- * $Id:$
+ * $Id: if_fe.c,v 1.12 1996/03/17 08:36:36 jkh Exp $
*
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
* To be used with FreeBSD 2.x
@@ -133,15 +133,13 @@
#include <pccard/card.h>
#include <pccard/slot.h>
#include <pccard/driver.h>
+
+#include <machine/laptops.h>
#endif /* NCRD > 0 */
#include <i386/isa/ic/mb86960.h>
#include <i386/isa/if_fereg.h>
-#if NCRD > 0
-#include <i386/include/laptops.h>
-#endif /* NCRD > 0 */
-
/*
* This version of fe is an ISA device driver.
* Override the following macro to adapt it to another bus.
diff --git a/sys/i386/isa/atapi.c b/sys/i386/isa/atapi.c
index 09c29c2..6fdbc81 100644
--- a/sys/i386/isa/atapi.c
+++ b/sys/i386/isa/atapi.c
@@ -112,8 +112,9 @@
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/malloc.h>
-#include <i386/include/cpufunc.h>
-#include <i386/include/clock.h>
+
+#include <machine/clock.h>
+#include <machine/cpufunc.h>
#ifdef ATAPI_MODULE
# define ATAPI_STATIC
diff --git a/sys/i386/isa/if_fe.c b/sys/i386/isa/if_fe.c
index 2578867..c6eb951 100644
--- a/sys/i386/isa/if_fe.c
+++ b/sys/i386/isa/if_fe.c
@@ -21,7 +21,7 @@
*/
/*
- * $Id:$
+ * $Id: if_fe.c,v 1.12 1996/03/17 08:36:36 jkh Exp $
*
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
* To be used with FreeBSD 2.x
@@ -133,15 +133,13 @@
#include <pccard/card.h>
#include <pccard/slot.h>
#include <pccard/driver.h>
+
+#include <machine/laptops.h>
#endif /* NCRD > 0 */
#include <i386/isa/ic/mb86960.h>
#include <i386/isa/if_fereg.h>
-#if NCRD > 0
-#include <i386/include/laptops.h>
-#endif /* NCRD > 0 */
-
/*
* This version of fe is an ISA device driver.
* Override the following macro to adapt it to another bus.
diff --git a/sys/i386/isa/wcd.c b/sys/i386/isa/wcd.c
index b95a3a0..b2b7b62 100644
--- a/sys/i386/isa/wcd.c
+++ b/sys/i386/isa/wcd.c
@@ -33,7 +33,9 @@
#ifdef DEVFS
#include <sys/devfsext.h>
#endif /*DEVFS*/
-#include <i386/include/cpufunc.h>
+
+#include <machine/cpufunc.h>
+
#include <i386/isa/atapi.h>
static d_open_t wcdropen;
OpenPOWER on IntegriCloud