Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x68k/conf Add (commented out) options MODULAR. Con...



details:   https://anonhg.NetBSD.org/src/rev/72cfda9058b3
branches:  trunk
changeset: 760345:72cfda9058b3
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Jan 03 06:15:16 2011 +0000

description:
Add (commented out) options MODULAR.  Confirmed working on XM6i.

diffstat:

 sys/arch/x68k/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 2bfa329cf046 -r 72cfda9058b3 sys/arch/x68k/conf/GENERIC
--- a/sys/arch/x68k/conf/GENERIC        Mon Jan 03 06:07:42 2011 +0000
+++ b/sys/arch/x68k/conf/GENERIC        Mon Jan 03 06:15:16 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.152 2011/01/03 03:43:22 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.153 2011/01/03 06:15:16 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.152 $"
+#ident                 "GENERIC-$Revision: 1.153 $"
 
 maxusers       8
 
@@ -79,6 +79,7 @@
 options        P1003_1B_SEMAPHORE # p1003.1b semaphore support
 
 ## Loadable kernel module support
+#options       MODULAR         # new style module(7) framework
 
 options        USERCONF        # userconf(4) support
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)



Home | Main Index | Thread Index | Old Index