Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp300/conf - add commented out options MODULAR
details: https://anonhg.NetBSD.org/src/rev/50b8757dbf7e
branches: trunk
changeset: 758071:50b8757dbf7e
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Oct 16 16:57:29 2010 +0000
description:
- add commented out options MODULAR
- comment out historical options COMPAT_44
diffstat:
sys/arch/hp300/conf/GENERIC | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (36 lines):
diff -r ac4c18c80f9b -r 50b8757dbf7e sys/arch/hp300/conf/GENERIC
--- a/sys/arch/hp300/conf/GENERIC Sat Oct 16 16:41:45 2010 +0000
+++ b/sys/arch/hp300/conf/GENERIC Sat Oct 16 16:57:29 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.156 2010/07/07 01:24:52 chs Exp $
+# $NetBSD: GENERIC,v 1.157 2010/10/16 16:57:29 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.156 $"
+#ident "GENERIC-$Revision: 1.157 $"
maxusers 32 # estimated number of users
@@ -57,6 +57,8 @@
options SYSVSEM # System V-style semaphores
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
+#options MODULAR # new style module framework
+
# Enable experimental buffer queue strategy for better responsiveness under
# high disk I/O load. Use it with caution - it's not proven to be stable yet.
#options BUFQ_READPRIO
@@ -73,7 +75,7 @@
# Compatibility options
options COMPAT_43 # compatibility with 4.3BSD interfaces
-options COMPAT_44 # compatibility with 4.4BSD binaries
+#options COMPAT_44 # compatibility with 4.4BSD binaries
options COMPAT_09 # compatibility with NetBSD 0.9
options COMPAT_10 # compatibility with NetBSD 1.0
options COMPAT_11 # compatibility with NetBSD 1.1
Home |
Main Index |
Thread Index |
Old Index