Subject: port-i386/12708: bump SHMMAX to 2048 in i386 conf files
To: None <gnats-bugs@gnats.netbsd.org>
From: None <prlw1@cam.ac.uk>
List: netbsd-bugs
Date: 04/19/2001 19:15:18
>Number:         12708
>Category:       port-i386
>Synopsis:       bump SHMMAX to 2048 in conf files in line with vmparam.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    port-i386-maintainer
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Apr 19 11:16:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Welche
>Release:        19 April 2001
>Organization:
>Environment:
NetBSD-1.5U/i386
>Description:
cf:

RCS file: /cvsroot/syssrc/sys/arch/i386/include/vmparam.h,v
----------------------------
revision 1.40
date: 2001/01/03 20:19:33;  author: fvdl;  state: Exp;  lines: +2 -2
Bump shm max pages value to a more realistic one.
----------------------------

just changing some of the conf files to match - must have missed some, but obviously the change is trivial!
>How-To-Repeat:
>Fix:
Index: GENERIC
===================================================================
RCS file: /cvsroot/syssrc/sys/arch/i386/conf/GENERIC,v
retrieving revision 1.402
diff -u -r1.402 GENERIC
--- GENERIC	2001/03/30 14:47:49	1.402
+++ GENERIC	2001/04/19 18:11:34
@@ -53,7 +53,7 @@
 options 	SYSVMSG		# System V-like message queues
 options 	SYSVSEM		# System V-like semaphores
 options 	SYSVSHM		# System V-like memory sharing
-#options 	SHMMAXPGS=1024	# 1024 pages is the default
+#options 	SHMMAXPGS=2048	# 2048 pages is the default
 
 options 	LKM		# loadable kernel modules
 
@@ -691,7 +691,7 @@
 uaudio*	at uhub? port ? configuration ?
 
 # USB MIDI
-umidi* at uhub? port ? configuration ?
+umidi*	at uhub? port ? configuration ?
 
 # USB Ethernet adapters
 aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
Index: GENERIC_LAPTOP
===================================================================
RCS file: /cvsroot/syssrc/sys/arch/i386/conf/GENERIC_LAPTOP,v
retrieving revision 1.13
diff -u -r1.13 GENERIC_LAPTOP
--- GENERIC_LAPTOP	2001/03/30 14:47:49	1.13
+++ GENERIC_LAPTOP	2001/04/19 18:11:34
@@ -53,7 +53,7 @@
 options 	SYSVMSG		# System V-like message queues
 options 	SYSVSEM		# System V-like semaphores
 options 	SYSVSHM		# System V-like memory sharing
-#options 	SHMMAXPGS=1024	# 1024 pages is the default
+#options 	SHMMAXPGS=2048	# 2048 pages is the default
 
 options 	LKM		# loadable kernel modules
 
@@ -539,7 +539,7 @@
 uaudio*	at uhub? port ? configuration ?
 
 # USB MIDI
-umidi* at uhub? port ? configuration ?
+umidi*	at uhub? port ? configuration ?
 
 # USB Ethernet adapters
 aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
Index: GENERIC_TINY
===================================================================
RCS file: /cvsroot/syssrc/sys/arch/i386/conf/GENERIC_TINY,v
retrieving revision 1.23
diff -u -r1.23 GENERIC_TINY
--- GENERIC_TINY	2001/01/16 03:38:23	1.23
+++ GENERIC_TINY	2001/04/19 18:11:34
@@ -51,7 +51,7 @@
 #options 	SYSVMSG		# System V-like message queues
 #options 	SYSVSEM		# System V-like semaphores
 #options 	SYSVSHM		# System V-like memory sharing
-#options 	SHMMAXPGS=1024	# 1024 pages is the default
+#options 	SHMMAXPGS=2048	# 2048 pages is the default
 
 #options 	LKM		# loadable kernel modules
 
Index: INSTALL
===================================================================
RCS file: /cvsroot/syssrc/sys/arch/i386/conf/INSTALL,v
retrieving revision 1.163
diff -u -r1.163 INSTALL
--- INSTALL	2001/02/04 17:05:15	1.163
+++ INSTALL	2001/04/19 18:11:34
@@ -66,7 +66,7 @@
 #options 	SYSVMSG		# System V-like message queues
 #options 	SYSVSEM		# System V-like semaphores
 #options 	SYSVSHM		# System V-like memory sharing
-#options 	SHMMAXPGS=1024	# 1024 pages is the default
+#options 	SHMMAXPGS=2048	# 2048 pages is the default
 
 #options 	LKM		# loadable kernel modules
 
Index: INSTALL_LAPTOP
===================================================================
RCS file: /cvsroot/syssrc/sys/arch/i386/conf/INSTALL_LAPTOP,v
retrieving revision 1.7
diff -u -r1.7 INSTALL_LAPTOP
--- INSTALL_LAPTOP	2000/12/12 21:14:51	1.7
+++ INSTALL_LAPTOP	2001/04/19 18:11:34
@@ -66,7 +66,7 @@
 #options 	SYSVMSG		# System V-like message queues
 #options 	SYSVSEM		# System V-like semaphores
 #options 	SYSVSHM		# System V-like memory sharing
-#options 	SHMMAXPGS=1024	# 1024 pages is the default
+#options 	SHMMAXPGS=2048	# 2048 pages is the default
 
 #options 	LKM		# loadable kernel modules
 
Index: INSTALL_SMALL
===================================================================
RCS file: /cvsroot/syssrc/sys/arch/i386/conf/INSTALL_SMALL,v
retrieving revision 1.64
diff -u -r1.64 INSTALL_SMALL
--- INSTALL_SMALL	2001/02/04 17:05:15	1.64
+++ INSTALL_SMALL	2001/04/19 18:11:35
@@ -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 	SHMMAXPGS=1024	# 1024 pages is the default
+#options 	SHMMAXPGS=2048	# 2048 pages is the default
 
 #options 	LKM		# loadable kernel modules
 
Index: INSTALL_TINY
===================================================================
RCS file: /cvsroot/syssrc/sys/arch/i386/conf/INSTALL_TINY,v
retrieving revision 1.32
diff -u -r1.32 INSTALL_TINY
--- INSTALL_TINY	2001/02/04 17:05:16	1.32
+++ INSTALL_TINY	2001/04/19 18:11:35
@@ -61,7 +61,7 @@
 
 #options 	SYSVSEM		# System V-like semaphores
 #options 	SYSVSHM		# System V-like memory sharing
-#options 	SHMMAXPGS=1024	# 1024 pages is the default
+#options 	SHMMAXPGS=2048	# 2048 pages is the default
 
 #options 	LKM		# loadable kernel modules
 
>Release-Note:
>Audit-Trail:
>Unformatted: