Module Name: src
Committed By: tsutsui
Date: Fri May 20 06:26:58 UTC 2011
Modified Files:
src/sys/arch/zaurus/conf: GENERIC
Log Message:
Comment out options COMPAT_09, COMAPT_10, COMPAT_11, and COMPAT_12.
(no NetBSD/arm32 binary release before 1.3)
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/zaurus/conf/GENERIC
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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.36 src/sys/arch/zaurus/conf/GENERIC:1.37
--- src/sys/arch/zaurus/conf/GENERIC:1.36 Sat May 14 15:02:29 2011
+++ src/sys/arch/zaurus/conf/GENERIC Fri May 20 06:26:58 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.36 2011/05/14 15:02:29 nonaka Exp $
+# $NetBSD: GENERIC,v 1.37 2011/05/20 06:26:58 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -85,10 +85,10 @@
options INET6 # IPv6
# Compatibility options
-options COMPAT_09 # NetBSD 0.9,
-options COMPAT_10 # NetBSD 1.0,
-options COMPAT_11 # NetBSD 1.1,
-options COMPAT_12 # NetBSD 1.2,
+#options COMPAT_09 # NetBSD 0.9,
+#options COMPAT_10 # NetBSD 1.0,
+#options COMPAT_11 # NetBSD 1.1,
+#options COMPAT_12 # NetBSD 1.2,
options COMPAT_13 # NetBSD 1.3,
options COMPAT_14 # NetBSD 1.4,
options COMPAT_15 # NetBSD 1.5,