Module Name: src
Committed By: matt
Date: Thu Mar 6 19:55:37 UTC 2014
Modified Files:
src/sys/arch/evbppc/conf: TWRP1025
Log Message:
Add options MODULAR
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbppc/conf/TWRP1025
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/TWRP1025
diff -u src/sys/arch/evbppc/conf/TWRP1025:1.12 src/sys/arch/evbppc/conf/TWRP1025:1.13
--- src/sys/arch/evbppc/conf/TWRP1025:1.12 Sun Jun 30 21:38:56 2013
+++ src/sys/arch/evbppc/conf/TWRP1025 Thu Mar 6 19:55:37 2014
@@ -1,4 +1,4 @@
-# $NetBSD: TWRP1025,v 1.12 2013/06/30 21:38:56 rmind Exp $
+# $NetBSD: TWRP1025,v 1.13 2014/03/06 19:55:37 matt Exp $
#
# TWRP1025 -- everything that's currently supported
#
@@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.mpc85xx"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-ident "TWRP1025-$Revision: 1.12 $"
+ident "TWRP1025-$Revision: 1.13 $"
maxusers 32
@@ -24,6 +24,7 @@ options SYS_CLK=66666667
#options INSECURE # disable kernel security levels
#options NTP # NTP phase/frequency locked loop
options KTRACE # system call tracing via ktrace(1)
+options MODULAR # new style module(7) framework
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores