Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcarm/conf Add options P1003_1B_SEMAPHORE.
details: https://anonhg.NetBSD.org/src/rev/119bef689c64
branches: trunk
changeset: 760375:119bef689c64
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Tue Jan 04 02:19:32 2011 +0000
description:
Add options P1003_1B_SEMAPHORE.
diffstat:
sys/arch/hpcarm/conf/IPAQ | 3 ++-
sys/arch/hpcarm/conf/JORNADA720 | 5 +++--
sys/arch/hpcarm/conf/JORNADA820 | 5 +++--
sys/arch/hpcarm/conf/WZERO3 | 6 +++---
4 files changed, 11 insertions(+), 8 deletions(-)
diffs (96 lines):
diff -r c1517ab701af -r 119bef689c64 sys/arch/hpcarm/conf/IPAQ
--- a/sys/arch/hpcarm/conf/IPAQ Tue Jan 04 01:52:30 2011 +0000
+++ b/sys/arch/hpcarm/conf/IPAQ Tue Jan 04 02:19:32 2011 +0000
@@ -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
diff -r c1517ab701af -r 119bef689c64 sys/arch/hpcarm/conf/JORNADA720
--- a/sys/arch/hpcarm/conf/JORNADA720 Tue Jan 04 01:52:30 2011 +0000
+++ b/sys/arch/hpcarm/conf/JORNADA720 Tue Jan 04 02:19:32 2011 +0000
@@ -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
diff -r c1517ab701af -r 119bef689c64 sys/arch/hpcarm/conf/JORNADA820
--- a/sys/arch/hpcarm/conf/JORNADA820 Tue Jan 04 01:52:30 2011 +0000
+++ b/sys/arch/hpcarm/conf/JORNADA820 Tue Jan 04 02:19:32 2011 +0000
@@ -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
diff -r c1517ab701af -r 119bef689c64 sys/arch/hpcarm/conf/WZERO3
--- a/sys/arch/hpcarm/conf/WZERO3 Tue Jan 04 01:52:30 2011 +0000
+++ b/sys/arch/hpcarm/conf/WZERO3 Tue Jan 04 02:19:32 2011 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index