Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 2010 15:44:55 +0000 (UTC)
From:      Takahashi Yoshihiro <nyan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r204319 - head/sys/conf
Message-ID:  <201002251544.o1PFiuK7055508@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002251544.o1PFiuK7055508>