Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf Add options MODULAR



details:   https://anonhg.NetBSD.org/src/rev/8fb7002e7853
branches:  trunk
changeset: 766265:8fb7002e7853
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jun 20 05:04:10 2011 +0000

description:
Add options MODULAR

diffstat:

 sys/arch/evbppc/conf/RB800 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r a1204c471557 -r 8fb7002e7853 sys/arch/evbppc/conf/RB800
--- a/sys/arch/evbppc/conf/RB800        Mon Jun 20 00:42:11 2011 +0000
+++ b/sys/arch/evbppc/conf/RB800        Mon Jun 20 05:04:10 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index