Module Name:    src
Committed By:   matt
Date:           Mon Jun 20 05:04:10 UTC 2011

Modified Files:
        src/sys/arch/evbppc/conf: RB800

Log Message:
Add options MODULAR


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbppc/conf/RB800

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/evbppc/conf/RB800
diff -u src/sys/arch/evbppc/conf/RB800:1.8 src/sys/arch/evbppc/conf/RB800:1.9
--- src/sys/arch/evbppc/conf/RB800:1.8	Sat Jun 11 00:52:42 2011
+++ src/sys/arch/evbppc/conf/RB800	Mon Jun 20 05:04:10 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: RB800,v 1.8 2011/06/11 00:52:42 matt Exp $
+#	$NetBSD: RB800,v 1.9 2011/06/20 05:04:10 matt Exp $
 #
 #	RB800 -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-ident 		"RB800-$Revision: 1.8 $"
+ident 		"RB800-$Revision: 1.9 $"
 
 maxusers	32
 
@@ -27,6 +27,8 @@
 options 	SYSVSEM		# System V semaphores
 options 	SYSVSHM		# System V shared memory
 
+options 	MODULAR		# new style module(7) framework
+
 options 	USERCONF	# userconf(4) support
 #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel

Reply via email to