summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2010-02-25 15:44:54 +0000
committernyan <nyan@FreeBSD.org>2010-02-25 15:44:54 +0000
commit233c47154f416804e938426bd16e513d9d5d7732 (patch)
treed50937a5d979c4ab0134c988735ee01e10b3f305
parent43c70d0b6438b68766956cd1e2254455e9b390f3 (diff)
downloadFreeBSD-src-233c47154f416804e938426bd16e513d9d5d7732.zip
FreeBSD-src-233c47154f416804e938426bd16e513d9d5d7732.tar.gz
MFi386: the part of r204309 to fix pc98 kernel
Introduce the new kernel sub-tree x86 which should contain all the code shared and generalized between our current amd64, i386 and pc98.
-rw-r--r--sys/conf/files.pc987
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index e6fcb4e..314b16e 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -194,9 +194,7 @@ i386/ibcs2/ibcs2_util.c optional ibcs2
i386/ibcs2/ibcs2_xenix.c optional ibcs2
i386/ibcs2/ibcs2_xenix_sysent.c optional ibcs2
i386/ibcs2/imgact_coff.c optional ibcs2
-i386/isa/atpic.c optional atpic
i386/isa/elink.c optional ep | ie
-i386/isa/isa.c optional isa
i386/isa/npx.c optional npx
i386/isa/pmtimer.c optional pmtimer
i386/isa/prof_machdep.c optional profiling-routine
@@ -254,3 +252,8 @@ pc98/pc98/canbus.c optional canbus
pc98/pc98/canbus_if.m optional canbus
pc98/pc98/machdep.c standard
pc98/pc98/pc98_machdep.c standard
+#
+# x86 shared code between IA32, AMD64 and PC98 architectures
+#
+x86/isa/atpic.c optional atpic
+x86/isa/isa.c optional isa
OpenPOWER on IntegriCloud