Module Name:    src
Committed By:   martin
Date:           Wed Jan  5 13:29:27 UTC 2011

Modified Files:
        src/sys/arch/sparc64/conf: MODULAR

Log Message:
Duh, actually make it modular


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sparc64/conf/MODULAR

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/sparc64/conf/MODULAR
diff -u src/sys/arch/sparc64/conf/MODULAR:1.2 src/sys/arch/sparc64/conf/MODULAR:1.3
--- src/sys/arch/sparc64/conf/MODULAR:1.2	Wed Jan  5 12:59:33 2011
+++ src/sys/arch/sparc64/conf/MODULAR	Wed Jan  5 13:29:27 2011
@@ -1,4 +1,4 @@
-# $NetBSD: MODULAR,v 1.2 2011/01/05 12:59:33 martin Exp $
+# $NetBSD: MODULAR,v 1.3 2011/01/05 13:29:27 martin Exp $
 #
 # MODULAR kernel - like GENERIC, but excluding lots of stuff that can
 # be loaded as a module later
@@ -6,8 +6,9 @@
 
 include 	"arch/sparc64/conf/GENERIC"
 
-#ident		"MODULAR-$Revision: 1.2 $"
+#ident		"MODULAR-$Revision: 1.3 $"
 
+options		MODULAR		# allow loading of kernel modules
 options		INSECURE	# disable kernel security levels initially
 				# (we can't load file system modules otherwise)
 

Reply via email to