Module Name: src
Committed By: jakllsch
Date: Mon Aug 8 16:27:46 UTC 2011
Modified Files:
src/sys/arch/amd64/conf: GENERIC
Log Message:
Add P1003_1B_SEMAPHORE to match i386.
To generate a diff of this commit:
cvs rdiff -u -r1.329 -r1.330 src/sys/arch/amd64/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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.329 src/sys/arch/amd64/conf/GENERIC:1.330
--- src/sys/arch/amd64/conf/GENERIC:1.329 Mon Aug 8 16:13:42 2011
+++ src/sys/arch/amd64/conf/GENERIC Mon Aug 8 16:27:46 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.329 2011/08/08 16:13:42 jakllsch Exp $
+# $NetBSD: GENERIC,v 1.330 2011/08/08 16:27:46 jakllsch Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.329 $"
+#ident "GENERIC-$Revision: 1.330 $"
maxusers 64 # estimated number of users
@@ -64,7 +64,7 @@
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
options SYSVSHM # System V-like memory sharing
-#options P1003_1B_SEMAPHORE # p1003.1b semaphore support
+options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options MODULAR # new style module(7) framework
options USERCONF # userconf(4) support