Author: nyan
Date: Thu Feb 25 15:44:54 2010
New Revision: 204319
URL: http://svn.freebsd.org/changeset/base/204319

Log:
  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.

Modified:
  head/sys/conf/files.pc98

Modified: head/sys/conf/files.pc98
==============================================================================
--- head/sys/conf/files.pc98    Thu Feb 25 15:30:26 2010        (r204318)
+++ head/sys/conf/files.pc98    Thu Feb 25 15:44:54 2010        (r204319)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to