Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/conf enable options MODULAR, now that it is t...



details:   https://anonhg.NetBSD.org/src/rev/915e5ca9e332
branches:  trunk
changeset: 765950:915e5ca9e332
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jun 12 01:44:06 2011 +0000

description:
enable options MODULAR, now that it is tested to work.

diffstat:

 sys/arch/sparc/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3dca0d4a0a46 -r 915e5ca9e332 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Sun Jun 12 01:29:58 2011 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Sun Jun 12 01:44:06 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.226 2011/01/17 13:43:02 jdc Exp $
+# $NetBSD: GENERIC,v 1.227 2011/06/12 01:44:06 mrg Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.226 $"
+#ident                 "GENERIC-$Revision: 1.227 $"
 
 maxusers       32
 
@@ -92,7 +92,7 @@
 options        SYSVSHM         # System V shared memory
 options        P1003_1B_SEMAPHORE # p1003.1b semaphore support
 
-## Loadable kernel module support; still under development.
+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