summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-06-01 13:14:35 +0000
committerkato <kato@FreeBSD.org>1999-06-01 13:14:35 +0000
commitbfae8441dcae5619daec116cb7aaabd710f365b0 (patch)
treed925287fc662cc6843543b2d745f4970c551e582 /sys
parente4eef7ec7ab7a8a25ee00686fefcef0456752339 (diff)
downloadFreeBSD-src-bfae8441dcae5619daec116cb7aaabd710f365b0.zip
FreeBSD-src-bfae8441dcae5619daec116cb7aaabd710f365b0.tar.gz
Fixed locations of include files.
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/cbus/fdc.c6
-rw-r--r--sys/pc98/cbus/fdcreg.h4
-rw-r--r--sys/pc98/pc98/fd.c6
-rw-r--r--sys/pc98/pc98/fdreg.h4
4 files changed, 10 insertions, 10 deletions
diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c
index b08d689..245e344 100644
--- a/sys/pc98/cbus/fdc.c
+++ b/sys/pc98/cbus/fdc.c
@@ -47,7 +47,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fd.c,v 1.61 1999/05/11 08:37:16 kato Exp $
+ * $Id: fd.c,v 1.62 1999/05/30 16:53:16 phk Exp $
*
*/
@@ -95,9 +95,9 @@
#include <i386/isa/isa.h>
#include <i386/isa/isa_dma.h>
#include <i386/isa/fdreg.h>
+#include <isa/rtc.h>
#endif
-#include <i386/isa/fdc.h>
-#include <i386/isa/rtc.h>
+#include <isa/fdc.h>
#ifdef FDC_YE
#undef FDC_YE
diff --git a/sys/pc98/cbus/fdcreg.h b/sys/pc98/cbus/fdcreg.h
index 855dbb9..b02fc4f 100644
--- a/sys/pc98/cbus/fdcreg.h
+++ b/sys/pc98/cbus/fdcreg.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)fdreg.h 7.1 (Berkeley) 5/9/91
- * $Id$
+ * $Id: fdreg.h,v 1.4 1997/02/22 09:43:34 peter Exp $
*/
/*
@@ -39,7 +39,7 @@
*/
/* uses NEC765 controller */
-#include <i386/isa/ic/nec765.h>
+#include <isa/ic/nec765.h>
#ifdef PC98
/* registers */
diff --git a/sys/pc98/pc98/fd.c b/sys/pc98/pc98/fd.c
index b08d689..245e344 100644
--- a/sys/pc98/pc98/fd.c
+++ b/sys/pc98/pc98/fd.c
@@ -47,7 +47,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fd.c,v 1.61 1999/05/11 08:37:16 kato Exp $
+ * $Id: fd.c,v 1.62 1999/05/30 16:53:16 phk Exp $
*
*/
@@ -95,9 +95,9 @@
#include <i386/isa/isa.h>
#include <i386/isa/isa_dma.h>
#include <i386/isa/fdreg.h>
+#include <isa/rtc.h>
#endif
-#include <i386/isa/fdc.h>
-#include <i386/isa/rtc.h>
+#include <isa/fdc.h>
#ifdef FDC_YE
#undef FDC_YE
diff --git a/sys/pc98/pc98/fdreg.h b/sys/pc98/pc98/fdreg.h
index 855dbb9..b02fc4f 100644
--- a/sys/pc98/pc98/fdreg.h
+++ b/sys/pc98/pc98/fdreg.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)fdreg.h 7.1 (Berkeley) 5/9/91
- * $Id$
+ * $Id: fdreg.h,v 1.4 1997/02/22 09:43:34 peter Exp $
*/
/*
@@ -39,7 +39,7 @@
*/
/* uses NEC765 controller */
-#include <i386/isa/ic/nec765.h>
+#include <isa/ic/nec765.h>
#ifdef PC98
/* registers */
OpenPOWER on IntegriCloud