Module Name: src
Committed By: dyoung
Date: Tue Jul 26 16:24:44 UTC 2011
Modified Files:
src/sys/arch/landisk/conf: std.landisk
src/sys/arch/mmeye/conf: files.mmeye
src/sys/arch/sh3/conf: files.sh3
Log Message:
Build sh3/sh3/sh3_bus_space.c only for mmeye.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/landisk/conf/std.landisk
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/mmeye/conf/files.mmeye
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/sh3/conf/files.sh3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/landisk/conf/std.landisk
diff -u src/sys/arch/landisk/conf/std.landisk:1.4 src/sys/arch/landisk/conf/std.landisk:1.5
--- src/sys/arch/landisk/conf/std.landisk:1.4 Mon Jul 25 21:12:23 2011
+++ src/sys/arch/landisk/conf/std.landisk Tue Jul 26 16:24:43 2011
@@ -1,4 +1,4 @@
-# $NetBSD: std.landisk,v 1.4 2011/07/25 21:12:23 dyoung Exp $
+# $NetBSD: std.landisk,v 1.5 2011/07/26 16:24:43 dyoung Exp $
#
# standard, required NetBSD/landisk 'options'
@@ -15,6 +15,4 @@
options IOM_RAM_BEGIN=0x0c000000
options IOM_RAM_SIZE=0x04000000 # 64MB
-options LANDISK
-
makeoptions DEFTEXTADDR="0x8c001000"
Index: src/sys/arch/mmeye/conf/files.mmeye
diff -u src/sys/arch/mmeye/conf/files.mmeye:1.15 src/sys/arch/mmeye/conf/files.mmeye:1.16
--- src/sys/arch/mmeye/conf/files.mmeye:1.15 Tue Mar 22 05:39:31 2011
+++ src/sys/arch/mmeye/conf/files.mmeye Tue Jul 26 16:24:44 2011
@@ -1,4 +1,4 @@
-# $NetBSD: files.mmeye,v 1.15 2011/03/22 05:39:31 kiyohara Exp $
+# $NetBSD: files.mmeye,v 1.16 2011/07/26 16:24:44 dyoung Exp $
#
# config file for mmeye
@@ -12,6 +12,7 @@
file arch/mmeye/mmeye/autoconf.c
file arch/mmeye/mmeye/clock_machdep.c
file arch/sh3/sh3/disksubr.c disk
+file arch/sh3/sh3/sh3_bus_space.c
defparam opt_mmeye.h MMEYE_NEW_INT
defflag opt_mmeye.h MMEYE_EPC_WDT
Index: src/sys/arch/sh3/conf/files.sh3
diff -u src/sys/arch/sh3/conf/files.sh3:1.45 src/sys/arch/sh3/conf/files.sh3:1.46
--- src/sys/arch/sh3/conf/files.sh3:1.45 Mon Jul 25 21:12:23 2011
+++ src/sys/arch/sh3/conf/files.sh3 Tue Jul 26 16:24:44 2011
@@ -1,4 +1,4 @@
-# $NetBSD: files.sh3,v 1.45 2011/07/25 21:12:23 dyoung Exp $
+# $NetBSD: files.sh3,v 1.46 2011/07/26 16:24:44 dyoung Exp $
#
defflag opt_cputype.h SH3 SH4
@@ -14,8 +14,6 @@
defflag opt_cache.h SH4_CACHE_WB_P1
defflag opt_cache.h SH4_CACHE_WB_U0_P0_P3
-defflag opt_landisk.h LANDISK
-
file arch/sh3/sh3/cache.c
file arch/sh3/sh3/cache_sh3.c sh3
file arch/sh3/sh3/cache_sh4.c sh4
@@ -44,7 +42,6 @@
file arch/sh3/sh3/process_machdep.c
file arch/sh3/sh3/procfs_machdep.c procfs
file arch/sh3/sh3/sh3_machdep.c
-file arch/sh3/sh3/sh3_bus_space.c !landisk
file arch/sh3/sh3/sys_machdep.c
file arch/sh3/sh3/syscall.c
file arch/sh3/sh3/vm_machdep.c