Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf Duh, actually make it modular



details:   https://anonhg.NetBSD.org/src/rev/c90787df8398
branches:  trunk
changeset: 760451:c90787df8398
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Jan 05 13:29:27 2011 +0000

description:
Duh, actually make it modular

diffstat:

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

diffs (20 lines):

diff -r 9618ce9b2cf1 -r c90787df8398 sys/arch/sparc64/conf/MODULAR
--- a/sys/arch/sparc64/conf/MODULAR     Wed Jan 05 12:59:33 2011 +0000
+++ b/sys/arch/sparc64/conf/MODULAR     Wed Jan 05 13:29:27 2011 +0000
@@ -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)
 



Home | Main Index | Thread Index | Old Index