Module Name: src
Committed By: tsutsui
Date: Wed Oct 13 14:34:27 UTC 2010
Modified Files:
src/sys/arch/dreamcast/conf: GENERIC
Log Message:
Add commented out options MODULAR.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/sys/arch/dreamcast/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/dreamcast/conf/GENERIC
diff -u src/sys/arch/dreamcast/conf/GENERIC:1.97 src/sys/arch/dreamcast/conf/GENERIC:1.98
--- src/sys/arch/dreamcast/conf/GENERIC:1.97 Wed Oct 13 10:56:56 2010
+++ src/sys/arch/dreamcast/conf/GENERIC Wed Oct 13 14:34:27 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.97 2010/10/13 10:56:56 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.98 2010/10/13 14:34:27 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -42,6 +42,8 @@
options SYSVSHM # System V-like memory sharing
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
+#options MODULAR # new style module framework
+
# Diagnostic/debugging support options
#options DIAGNOSTIC # cheap kernel consistency checks
#options DEBUG # expensive debugging checks/support