Module Name: src
Committed By: tsutsui
Date: Sat Oct 16 13:55:54 UTC 2010
Modified Files:
src/sys/arch/sun3/conf: GENERIC GENERIC3X
Log Message:
Add commented out options MODULAR.
To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 src/sys/arch/sun3/conf/GENERIC
cvs rdiff -u -r1.107 -r1.108 src/sys/arch/sun3/conf/GENERIC3X
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/sun3/conf/GENERIC
diff -u src/sys/arch/sun3/conf/GENERIC:1.151 src/sys/arch/sun3/conf/GENERIC:1.152
--- src/sys/arch/sun3/conf/GENERIC:1.151 Wed Jul 7 01:24:52 2010
+++ src/sys/arch/sun3/conf/GENERIC Sat Oct 16 13:55:54 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.151 2010/07/07 01:24:52 chs Exp $
+# $NetBSD: GENERIC,v 1.152 2010/10/16 13:55:54 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -25,7 +25,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.151 $"
+#ident "GENERIC-$Revision: 1.152 $"
makeoptions COPTS="-Os" # bootloader has size limit (~2MB)
@@ -42,6 +42,9 @@
options SYSVSEM # System V semaphores
options SYSVSHM # System V shared memory
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
+
+#options MODULAR # new style module framework
+
#options INSECURE # disable kernel security level
#options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
Index: src/sys/arch/sun3/conf/GENERIC3X
diff -u src/sys/arch/sun3/conf/GENERIC3X:1.107 src/sys/arch/sun3/conf/GENERIC3X:1.108
--- src/sys/arch/sun3/conf/GENERIC3X:1.107 Thu Apr 29 22:40:54 2010
+++ src/sys/arch/sun3/conf/GENERIC3X Sat Oct 16 13:55:54 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC3X,v 1.107 2010/04/29 22:40:54 chs Exp $
+# $NetBSD: GENERIC3X,v 1.108 2010/10/16 13:55:54 tsutsui Exp $
# GENERIC Sun3X (3/80, 3/470)
# Supports root on: ie0, le0, sd*, ...
@@ -7,7 +7,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC3X-$Revision: 1.107 $"
+#ident "GENERIC3X-$Revision: 1.108 $"
makeoptions COPTS="-Os" # bootloader has size limit (~2MB)
@@ -24,6 +24,9 @@
options SYSVSEM # System V semaphores
options SYSVSHM # System V shared memory
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
+
+#options MODULAR # new style module framework
+
#options INSECURE # disable kernel security level
#options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)