summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/fdc.c
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2005-05-10 12:02:18 +0000
committernyan <nyan@FreeBSD.org>2005-05-10 12:02:18 +0000
commit7d03ad1458ef99a90237ab0926026b117edd0d91 (patch)
tree0d3cf7498692dd1d1a5e911b14b159833365b122 /sys/pc98/cbus/fdc.c
parente571f8f77c821803b7c8084feb8283f6dd32db1e (diff)
downloadFreeBSD-src-7d03ad1458ef99a90237ab0926026b117edd0d91.zip
FreeBSD-src-7d03ad1458ef99a90237ab0926026b117edd0d91.tar.gz
Change a directory layout for pc98.
- Move MD files into <arch>/<arch>. - Move bus dependent files into <arch>/<bus>. Rename some files to more suitable names. Repo-copied by: peter Discussed with: imp
Diffstat (limited to 'sys/pc98/cbus/fdc.c')
-rw-r--r--sys/pc98/cbus/fdc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c
index d2ead23..3b366a1 100644
--- a/sys/pc98/cbus/fdc.c
+++ b/sys/pc98/cbus/fdc.c
@@ -78,11 +78,11 @@
#ifdef PC98
#include <isa/isavar.h>
-#include <pc98/pc98/pc98.h>
-#include <pc98/pc98/pc98_machdep.h>
+#include <pc98/cbus/cbus.h>
+#include <pc98/cbus/fdcreg.h>
+#include <pc98/cbus/fdcvar.h>
#include <pc98/pc98/epsonio.h>
-#include <pc98/pc98/fdreg.h>
-#include <pc98/pc98/fdcvar.h>
+#include <pc98/pc98/pc98_machdep.h>
#else
#include <isa/isavar.h>
#include <isa/isareg.h>
OpenPOWER on IntegriCloud