Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Add commented out options MODULAR.
details: https://anonhg.NetBSD.org/src/rev/0a8eb82ba36a
branches: trunk
changeset: 758068:0a8eb82ba36a
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Oct 16 13:55:11 2010 +0000
description:
Add commented out options MODULAR.
diffstat:
sys/arch/news68k/conf/GENERIC | 7 +++++--
sys/arch/sun3/conf/GENERIC | 7 +++++--
sys/arch/sun3/conf/GENERIC3X | 7 +++++--
3 files changed, 15 insertions(+), 6 deletions(-)
diffs (84 lines):
diff -r 56f679ebe18a -r 0a8eb82ba36a sys/arch/news68k/conf/GENERIC
--- a/sys/arch/news68k/conf/GENERIC Sat Oct 16 12:05:48 2010 +0000
+++ b/sys/arch/news68k/conf/GENERIC Sat Oct 16 13:55:11 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.101 2010/05/08 22:16:28 mrg Exp $
+# $NetBSD: GENERIC,v 1.102 2010/10/16 13:55:11 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.101 $"
+#ident "GENERIC-$Revision: 1.102 $"
maxusers 8
@@ -38,6 +38,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 USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
diff -r 56f679ebe18a -r 0a8eb82ba36a sys/arch/sun3/conf/GENERIC
--- a/sys/arch/sun3/conf/GENERIC Sat Oct 16 12:05:48 2010 +0000
+++ b/sys/arch/sun3/conf/GENERIC Sat Oct 16 13:55:11 2010 +0000
@@ -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)
diff -r 56f679ebe18a -r 0a8eb82ba36a sys/arch/sun3/conf/GENERIC3X
--- a/sys/arch/sun3/conf/GENERIC3X Sat Oct 16 12:05:48 2010 +0000
+++ b/sys/arch/sun3/conf/GENERIC3X Sat Oct 16 13:55:11 2010 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index