Module Name:    src
Committed By:   mrg
Date:           Sun Jun 12 01:44:06 UTC 2011

Modified Files:
        src/sys/arch/sparc/conf: GENERIC

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


To generate a diff of this commit:
cvs rdiff -u -r1.226 -r1.227 src/sys/arch/sparc/conf/GENERIC

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/sparc/conf/GENERIC
diff -u src/sys/arch/sparc/conf/GENERIC:1.226 src/sys/arch/sparc/conf/GENERIC:1.227
--- src/sys/arch/sparc/conf/GENERIC:1.226	Mon Jan 17 13:43:02 2011
+++ src/sys/arch/sparc/conf/GENERIC	Sun Jun 12 01:44:06 2011
@@ -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)

Reply via email to