Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Enable 'options MODULAR' in macppc and shark GENERI...
details: https://anonhg.NetBSD.org/src/rev/a19cf0d62e11
branches: trunk
changeset: 750927:a19cf0d62e11
user: jmmv <jmmv%NetBSD.org@localhost>
date: Mon Jan 18 23:40:06 2010 +0000
description:
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.
diffstat:
sys/arch/macppc/conf/GENERIC | 5 +++--
sys/arch/shark/conf/GENERIC | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (52 lines):
diff -r 6503ad51f8cb -r a19cf0d62e11 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC Mon Jan 18 23:39:07 2010 +0000
+++ b/sys/arch/macppc/conf/GENERIC Mon Jan 18 23:40:06 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.277 2009/12/05 20:11:15 pooka Exp $
+# $NetBSD: GENERIC,v 1.278 2010/01/18 23:40:06 jmmv Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.277 $"
+#ident "GENERIC-$Revision: 1.278 $"
maxusers 32
@@ -40,6 +40,7 @@
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)
diff -r 6503ad51f8cb -r a19cf0d62e11 sys/arch/shark/conf/GENERIC
--- a/sys/arch/shark/conf/GENERIC Mon Jan 18 23:39:07 2010 +0000
+++ b/sys/arch/shark/conf/GENERIC Mon Jan 18 23:40:06 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.86 2009/12/05 20:11:17 pooka Exp $
+# $NetBSD: GENERIC,v 1.87 2010/01/18 23:40:06 jmmv Exp $
#
# Generic Shark configuration.
#
@@ -7,7 +7,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.86 $"
+#ident "GENERIC-$Revision: 1.87 $"
# estimated number of users
maxusers 32
@@ -152,6 +152,7 @@
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
+options MODULAR # new style module framework
# Development and Debugging options
Home |
Main Index |
Thread Index |
Old Index