Module Name:    src
Committed By:   thorpej
Date:           Fri Apr  5 14:15:33 UTC 2019

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

Log Message:
Add (commented out) MODULAR-related options.


To generate a diff of this commit:
cvs rdiff -u -r1.391 -r1.392 src/sys/arch/alpha/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/alpha/conf/GENERIC
diff -u src/sys/arch/alpha/conf/GENERIC:1.391 src/sys/arch/alpha/conf/GENERIC:1.392
--- src/sys/arch/alpha/conf/GENERIC:1.391	Mon Mar 25 19:24:30 2019
+++ src/sys/arch/alpha/conf/GENERIC	Fri Apr  5 14:15:33 2019
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.391 2019/03/25 19:24:30 maxv Exp $
+# $NetBSD: GENERIC,v 1.392 2019/04/05 14:15:33 thorpej Exp $
 #
 # This machine description file is used to generate the default NetBSD
 # kernel.
@@ -19,7 +19,7 @@ include 	"arch/alpha/conf/std.alpha"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-ident		"GENERIC-$Revision: 1.391 $"
+ident		"GENERIC-$Revision: 1.392 $"
 
 maxusers 32
 
@@ -143,7 +143,10 @@ options 	SYSVSHM
 
 # p1003.1b semaphore support
 
-# Loadable Kernel Modules
+# new style module(7) framework
+# XXX does not work yet
+#options 	MODULAR
+#options 	MODULAR_DEFAULT_AUTOLOAD
 
 # Disable kernel security.
 #options 	INSECURE

Reply via email to