Module Name: src
Committed By: tsutsui
Date: Tue Jan 4 02:19:32 UTC 2011
Modified Files:
src/sys/arch/hpcarm/conf: IPAQ JORNADA720 JORNADA820 WZERO3
Log Message:
Add options P1003_1B_SEMAPHORE.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/hpcarm/conf/IPAQ
cvs rdiff -u -r1.80 -r1.81 src/sys/arch/hpcarm/conf/JORNADA720
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hpcarm/conf/JORNADA820
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hpcarm/conf/WZERO3
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/hpcarm/conf/IPAQ
diff -u src/sys/arch/hpcarm/conf/IPAQ:1.62 src/sys/arch/hpcarm/conf/IPAQ:1.63
--- src/sys/arch/hpcarm/conf/IPAQ:1.62 Tue Nov 23 11:13:59 2010
+++ src/sys/arch/hpcarm/conf/IPAQ Tue Jan 4 02:19:32 2011
@@ -1,4 +1,4 @@
-# $NetBSD: IPAQ,v 1.62 2010/11/23 11:13:59 hannken Exp $
+# $NetBSD: IPAQ,v 1.63 2011/01/04 02:19:32 tsutsui Exp $
#
# iPAQ H3600 -- Windows-CE based PDA
#
@@ -95,6 +95,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
# Device options
Index: src/sys/arch/hpcarm/conf/JORNADA720
diff -u src/sys/arch/hpcarm/conf/JORNADA720:1.80 src/sys/arch/hpcarm/conf/JORNADA720:1.81
--- src/sys/arch/hpcarm/conf/JORNADA720:1.80 Tue Nov 23 11:13:59 2010
+++ src/sys/arch/hpcarm/conf/JORNADA720 Tue Jan 4 02:19:32 2011
@@ -1,4 +1,4 @@
-# $NetBSD: JORNADA720,v 1.80 2010/11/23 11:13:59 hannken Exp $
+# $NetBSD: JORNADA720,v 1.81 2011/01/04 02:19:32 tsutsui Exp $
#
# JORNADA -- Windows-CE based jornada 720
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.80 $"
+#ident "GENERIC-$Revision: 1.81 $"
# estimated number of users
maxusers 32
@@ -99,6 +99,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
# Device options
Index: src/sys/arch/hpcarm/conf/JORNADA820
diff -u src/sys/arch/hpcarm/conf/JORNADA820:1.20 src/sys/arch/hpcarm/conf/JORNADA820:1.21
--- src/sys/arch/hpcarm/conf/JORNADA820:1.20 Tue Nov 23 11:13:59 2010
+++ src/sys/arch/hpcarm/conf/JORNADA820 Tue Jan 4 02:19:32 2011
@@ -1,4 +1,4 @@
-# $NetBSD: JORNADA820,v 1.20 2010/11/23 11:13:59 hannken Exp $
+# $NetBSD: JORNADA820,v 1.21 2011/01/04 02:19:32 tsutsui Exp $
#
# JORNADA -- Windows-CE based jornada 820
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.20 $"
+#ident "GENERIC-$Revision: 1.21 $"
# estimated number of users
maxusers 32
@@ -97,6 +97,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
# Device options
Index: src/sys/arch/hpcarm/conf/WZERO3
diff -u src/sys/arch/hpcarm/conf/WZERO3:1.17 src/sys/arch/hpcarm/conf/WZERO3:1.18
--- src/sys/arch/hpcarm/conf/WZERO3:1.17 Tue Nov 23 11:13:59 2010
+++ src/sys/arch/hpcarm/conf/WZERO3 Tue Jan 4 02:19:32 2011
@@ -1,4 +1,4 @@
-# $NetBSD: WZERO3,v 1.17 2010/11/23 11:13:59 hannken Exp $
+# $NetBSD: WZERO3,v 1.18 2011/01/04 02:19:32 tsutsui Exp $
#
# WZERO3 -- Sharp Windows Mobile 5 based PDA
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.17 $"
+#ident "GENERIC-$Revision: 1.18 $"
# estimated number of users
maxusers 32
@@ -99,7 +99,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
# Miscellaneous kernel options
options KTRACE # system call tracing, a la ktrace(1)