Module Name:    src
Committed By:   tsutsui
Date:           Sat Mar 31 02:45:37 UTC 2012

Modified Files:
        src/sys/arch/evbarm/conf: IGEPV2 MARVELL_NAS MINI2440 MV2120 SHEEVAPLUG

Log Message:
Remove obsolete System V semaphores and share memory limit options
(SEMMNI, SEMMNS, SEMUME and SHMMAXPGS).


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/conf/IGEPV2
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/conf/MARVELL_NAS
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/MINI2440
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/conf/MV2120
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/conf/SHEEVAPLUG

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/evbarm/conf/IGEPV2
diff -u src/sys/arch/evbarm/conf/IGEPV2:1.8 src/sys/arch/evbarm/conf/IGEPV2:1.9
--- src/sys/arch/evbarm/conf/IGEPV2:1.8	Sun Dec 18 05:49:25 2011
+++ src/sys/arch/evbarm/conf/IGEPV2	Sat Mar 31 02:45:37 2012
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: IGEPV2,v 1.8 2011/12/18 05:49:25 dholland Exp $
+#	$NetBSD: IGEPV2,v 1.9 2012/03/31 02:45:37 tsutsui Exp $
 #
 #	IGEPv2 -- TI OMAP 3530 Eval Board Kernel
 #
@@ -107,12 +107,7 @@ options 	COMPAT_30	# NetBSD 3.0 compatib
 
 options 	SYSVMSG		# System V-like message queues
 options 	SYSVSEM		# System V-like semaphores
-#options 	SEMMNI=10	# number of semaphore identifiers
-#options 	SEMMNS=60	# number of semaphores in system
-#options 	SEMUME=10	# max number of undo entries per process
-#options 	SEMMNU=30	# number of undo structures in system
 options 	SYSVSHM		# System V-like memory sharing
-#options 	SHMMAXPGS=1024	# 1024 pages is the default
 
 # Device options
 

Index: src/sys/arch/evbarm/conf/MARVELL_NAS
diff -u src/sys/arch/evbarm/conf/MARVELL_NAS:1.6 src/sys/arch/evbarm/conf/MARVELL_NAS:1.7
--- src/sys/arch/evbarm/conf/MARVELL_NAS:1.6	Sat Mar 10 21:51:51 2012
+++ src/sys/arch/evbarm/conf/MARVELL_NAS	Sat Mar 31 02:45:37 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: MARVELL_NAS,v 1.6 2012/03/10 21:51:51 joerg Exp $
+#	$NetBSD: MARVELL_NAS,v 1.7 2012/03/31 02:45:37 tsutsui Exp $
 #
 #  This configuration supports for generically Marvell NAS.
 
@@ -115,12 +115,7 @@ options 	COMPAT_BSDPTY	# /dev/[pt]ty?? p
 
 #options 	SYSVMSG		# System V-like message queues
 #options 	SYSVSEM		# System V-like semaphores
-#options 	SEMMNI=10	# number of semaphore identifiers
-#options 	SEMMNS=60	# number of semaphores in system
-#options 	SEMUME=10	# max number of undo entries per process
-#options 	SEMMNU=30	# number of undo structures in system
 #options 	SYSVSHM		# System V-like memory sharing
-#options 	SHMMAXPGS=1024	# 1024 pages is the default
 
 # Device options
 

Index: src/sys/arch/evbarm/conf/MINI2440
diff -u src/sys/arch/evbarm/conf/MINI2440:1.2 src/sys/arch/evbarm/conf/MINI2440:1.3
--- src/sys/arch/evbarm/conf/MINI2440:1.2	Tue Feb  7 09:07:47 2012
+++ src/sys/arch/evbarm/conf/MINI2440	Sat Mar 31 02:45:37 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: MINI2440,v 1.2 2012/02/07 09:07:47 nisimura Exp $
+#	$NetBSD: MINI2440,v 1.3 2012/03/31 02:45:37 tsutsui Exp $
 #
 #	MINI2440 -- Friendly ARM evaluation board based on Samsung S3C2440
 #
@@ -127,12 +127,7 @@ options 	COMPAT_BSDPTY	# /dev/[pt]ty?? p
 
 #options 	SYSVMSG		# System V-like message queues
 #options 	SYSVSEM		# System V-like semaphores
-#options 	SEMMNI=10	# number of semaphore identifiers
-#options 	SEMMNS=60	# number of semaphores in system
-#options 	SEMUME=10	# max number of undo entries per process
-#options 	SEMMNU=30	# number of undo structures in system
 #options 	SYSVSHM		# System V-like memory sharing
-#options 	SHMMAXPGS=1024	# 1024 pages is the default
 
 # Miscellaneous kernel options
 #options 	KTRACE		# system call tracing, a la ktrace(1)

Index: src/sys/arch/evbarm/conf/MV2120
diff -u src/sys/arch/evbarm/conf/MV2120:1.7 src/sys/arch/evbarm/conf/MV2120:1.8
--- src/sys/arch/evbarm/conf/MV2120:1.7	Sat Mar 10 21:51:51 2012
+++ src/sys/arch/evbarm/conf/MV2120	Sat Mar 31 02:45:37 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: MV2120,v 1.7 2012/03/10 21:51:51 joerg Exp $
+#	$NetBSD: MV2120,v 1.8 2012/03/31 02:45:37 tsutsui Exp $
 #
 #  This configuration supports for HP MV2120/MV5140/MV5150.
 
@@ -124,12 +124,7 @@ options 	COMPAT_BSDPTY	# /dev/[pt]ty?? p
 
 #options 	SYSVMSG		# System V-like message queues
 #options 	SYSVSEM		# System V-like semaphores
-#options 	SEMMNI=10	# number of semaphore identifiers
-#options 	SEMMNS=60	# number of semaphores in system
-#options 	SEMUME=10	# max number of undo entries per process
-#options 	SEMMNU=30	# number of undo structures in system
 #options 	SYSVSHM		# System V-like memory sharing
-#options 	SHMMAXPGS=1024	# 1024 pages is the default
 
 # Device options
 

Index: src/sys/arch/evbarm/conf/SHEEVAPLUG
diff -u src/sys/arch/evbarm/conf/SHEEVAPLUG:1.13 src/sys/arch/evbarm/conf/SHEEVAPLUG:1.14
--- src/sys/arch/evbarm/conf/SHEEVAPLUG:1.13	Sat Mar 10 21:51:51 2012
+++ src/sys/arch/evbarm/conf/SHEEVAPLUG	Sat Mar 31 02:45:37 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: SHEEVAPLUG,v 1.13 2012/03/10 21:51:51 joerg Exp $
+#	$NetBSD: SHEEVAPLUG,v 1.14 2012/03/31 02:45:37 tsutsui Exp $
 #
 #  This configuration supports for generically Marvell SheevaPlug
 #
@@ -121,12 +121,7 @@ options 	COMPAT_BSDPTY	# /dev/[pt]ty?? p
 
 options 	SYSVMSG		# System V-like message queues
 options 	SYSVSEM		# System V-like semaphores
-#options 	SEMMNI=10	# number of semaphore identifiers
-#options 	SEMMNS=60	# number of semaphores in system
-#options 	SEMUME=10	# max number of undo entries per process
-#options 	SEMMNU=30	# number of undo structures in system
 options 	SYSVSHM		# System V-like memory sharing
-#options 	SHMMAXPGS=1024	# 1024 pages is the default
 
 # Device options
 

Reply via email to