summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-10-03 21:08:17 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-10-03 21:08:17 +0000
commit54200093fed2723914d5e3d805fa0726b2de47ab (patch)
treee07e9901bf50ed7e1c655dbbc8397f4ed5639982 /sys/arch/i386/conf
parentee06ef083f92db145a6a98262367987f0d0e8c11 (diff)
Double the amount of shared memory pages we can maximally allocate. This
makes TV watching in fullscreen in 640x480 work.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r--sys/arch/i386/conf/DISKLESS4
-rw-r--r--sys/arch/i386/conf/ELBERETH4
-rw-r--r--sys/arch/i386/conf/GANDALF4
-rw-r--r--sys/arch/i386/conf/HERMES4
-rw-r--r--sys/arch/i386/conf/LUCIFIER4
-rw-r--r--sys/arch/i386/conf/NETTAN6
-rw-r--r--sys/arch/i386/conf/OPRAH4
-rw-r--r--sys/arch/i386/conf/SARUMAN4
-rw-r--r--sys/arch/i386/conf/WALDORF4
9 files changed, 19 insertions, 19 deletions
diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS
index 114a1e9445c..477767ee409 100644
--- a/sys/arch/i386/conf/DISKLESS
+++ b/sys/arch/i386/conf/DISKLESS
@@ -1,4 +1,4 @@
-# $OpenBSD: DISKLESS,v 1.23 1999/01/02 00:32:56 niklas Exp $
+# $OpenBSD: DISKLESS,v 1.24 1999/10/03 21:08:15 niklas Exp $
# $NetBSD: DISKLESS,v 1.26 1996/05/20 18:17:16 mrg Exp $
#
# DISKLESS -- Generic machine setup for diskless boot.
@@ -35,7 +35,7 @@ option KTRACE # system call tracing, a la ktrace(1)
option SYSVMSG # System V-like message queues
option SYSVSEM # System V-like semaphores
option SYSVSHM # System V-like memory sharing
-#option SHMMAXPGS=1024 # 1024 pages is the default
+#option SHMMAXPGS=2048 # 2048 pages is the default
option COMPAT_09 # Kernel compatibility with NetBSD 0.9,
option COMPAT_10 # NetBSD 1.0,
diff --git a/sys/arch/i386/conf/ELBERETH b/sys/arch/i386/conf/ELBERETH
index e0295e4c16b..d59ca9f0f76 100644
--- a/sys/arch/i386/conf/ELBERETH
+++ b/sys/arch/i386/conf/ELBERETH
@@ -1,5 +1,5 @@
#
-# $OpenBSD: ELBERETH,v 1.21 1999/09/21 17:17:12 kstailey Exp $
+# $OpenBSD: ELBERETH,v 1.22 1999/10/03 21:08:15 niklas Exp $
#
#
# ELBERETH -- 166MHz Pentium PCI
@@ -31,7 +31,7 @@ option KTRACE # system call tracing, a la ktrace(1)
option SYSVMSG # System V-like message queues
option SYSVSEM # System V-like semaphores
option SYSVSHM # System V-like memory sharing
-#option SHMMAXPGS=1024 # 1024 pages is the default
+#option SHMMAXPGS=2048 # 2048 pages is the default
#option COMPAT_09 # Kernel compatibility with NetBSD 0.9,
#option COMPAT_10 # NetBSD 1.0,
diff --git a/sys/arch/i386/conf/GANDALF b/sys/arch/i386/conf/GANDALF
index d31ea451f96..a22396a09dc 100644
--- a/sys/arch/i386/conf/GANDALF
+++ b/sys/arch/i386/conf/GANDALF
@@ -1,7 +1,7 @@
#
# GANDALF -- Dual Tyan P5/166 PCI/EISA bus
#
-# $OpenBSD: GANDALF,v 1.30 1999/03/16 19:26:50 tholo Exp $
+# $OpenBSD: GANDALF,v 1.31 1999/10/03 21:08:15 niklas Exp $
#
machine i386 # architecture, used by config; REQUIRED
@@ -33,7 +33,7 @@ option KTRACE # system call tracing, a la ktrace(1)
option SYSVMSG # System V-like message queues
option SYSVSEM # System V-like semaphores
option SYSVSHM # System V-like memory sharing
-#option SHMMAXPGS=1024 # 1024 pages is the default
+#option SHMMAXPGS=2048 # 2048 pages is the default
option COMPAT_09 # Kernel compatibility with NetBSD 0.9,
option COMPAT_10 # NetBSD 1.0,
diff --git a/sys/arch/i386/conf/HERMES b/sys/arch/i386/conf/HERMES
index b04ba148f75..23ab9914a97 100644
--- a/sys/arch/i386/conf/HERMES
+++ b/sys/arch/i386/conf/HERMES
@@ -1,4 +1,4 @@
-# $OpenBSD: HERMES,v 1.19 1999/08/21 20:36:43 kstailey Exp $
+# $OpenBSD: HERMES,v 1.20 1999/10/03 21:08:15 niklas Exp $
#
# HERMES -- 450MHz Pentium II PCI, APM, PnP
#
@@ -32,7 +32,7 @@ option KTRACE # system call tracing, a la ktrace(1)
option SYSVMSG # System V-like message queues
option SYSVSEM # System V-like semaphores
option SYSVSHM # System V-like memory sharing
-#option SHMMAXPGS=1024 # 1024 pages is the default
+#option SHMMAXPGS=2048 # 2048 pages is the default
#option COMPAT_09 # Kernel compatibility with NetBSD 0.9,
#option COMPAT_10 # NetBSD 1.0,
diff --git a/sys/arch/i386/conf/LUCIFIER b/sys/arch/i386/conf/LUCIFIER
index 16fcea412df..b1151c11517 100644
--- a/sys/arch/i386/conf/LUCIFIER
+++ b/sys/arch/i386/conf/LUCIFIER
@@ -1,4 +1,4 @@
-# $OpenBSD: LUCIFIER,v 1.20 1999/02/18 13:10:55 mickey Exp $
+# $OpenBSD: LUCIFIER,v 1.21 1999/10/03 21:08:15 niklas Exp $
#
#source /sys
@@ -43,7 +43,7 @@ option KTRACE # system call tracing, a la ktrace(1)
option SYSVMSG # System V-like message queues
option SYSVSEM # System V-like semaphores
option SYSVSHM # System V-like memory sharing
-#option SHMMAXPGS=1024 # 1024 pages is the default
+#option SHMMAXPGS=2048 # 2048 pages is the default
option COMPAT_11 # NetBSD 1.1,
option COMPAT_43 # and 4.3BSD
diff --git a/sys/arch/i386/conf/NETTAN b/sys/arch/i386/conf/NETTAN
index 7e266efb3b9..6faceff1530 100644
--- a/sys/arch/i386/conf/NETTAN
+++ b/sys/arch/i386/conf/NETTAN
@@ -1,4 +1,4 @@
-# $OpenBSD: NETTAN,v 1.34 1999/08/05 01:08:09 niklas Exp $
+# $OpenBSD: NETTAN,v 1.35 1999/10/03 21:08:15 niklas Exp $
#
# NETTAN -- Applitron Datasystem AB
#
@@ -6,7 +6,7 @@
machine i386 # architecture, used by config; REQUIRED
#include "../../../conf/GENERIC"
-# $OpenBSD: NETTAN,v 1.34 1999/08/05 01:08:09 niklas Exp $
+# $OpenBSD: NETTAN,v 1.35 1999/10/03 21:08:15 niklas Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -29,7 +29,7 @@ option KMEMSTATS # collect malloc(9) statistics
option SYSVMSG # System V-like message queues
option SYSVSEM # System V-like semaphores
option SYSVSHM # System V-like memory sharing
-#option SHMMAXPGS=1024 # 1024 pages is the default
+#option SHMMAXPGS=2048 # 2048 pages is the default
#option COMPAT_09 # NetBSD 0.9,
#option COMPAT_10 # NetBSD 1.0,
diff --git a/sys/arch/i386/conf/OPRAH b/sys/arch/i386/conf/OPRAH
index 36ed4ee1f14..f63c4852c04 100644
--- a/sys/arch/i386/conf/OPRAH
+++ b/sys/arch/i386/conf/OPRAH
@@ -1,4 +1,4 @@
-# $OpenBSD: OPRAH,v 1.24 1999/02/04 23:16:06 niklas Exp $
+# $OpenBSD: OPRAH,v 1.25 1999/10/03 21:08:15 niklas Exp $
#
# OPRAH -- Niklas Hallqvist's test machine
#
@@ -33,7 +33,7 @@ option CONUNIT=1
option SYSVMSG # System V-like message queues
option SYSVSEM # System V-like semaphores
option SYSVSHM # System V-like memory sharing
-#option SHMMAXPGS=1024 # 1024 pages is the default
+#option SHMMAXPGS=2048 # 2048 pages is the default
option COMPAT_09 # Kernel compatibility with NetBSD 0.9,
option COMPAT_10 # NetBSD 1.0,
diff --git a/sys/arch/i386/conf/SARUMAN b/sys/arch/i386/conf/SARUMAN
index 6f6e82a52c3..b46e429a148 100644
--- a/sys/arch/i386/conf/SARUMAN
+++ b/sys/arch/i386/conf/SARUMAN
@@ -1,7 +1,7 @@
#
# SARUMAN -- i486DX/50 EISA bus
#
-# $OpenBSD: SARUMAN,v 1.8 1999/01/02 00:32:54 niklas Exp $
+# $OpenBSD: SARUMAN,v 1.9 1999/10/03 21:08:15 niklas Exp $
#
machine i386 # architecture, used by config; REQUIRED
@@ -34,7 +34,7 @@ option KTRACE # system call tracing, a la ktrace(1)
option SYSVMSG # System V-like message queues
option SYSVSEM # System V-like semaphores
option SYSVSHM # System V-like memory sharing
-#option SHMMAXPGS=1024 # 1024 pages is the default
+#option SHMMAXPGS=2048 # 2048 pages is the default
option COMPAT_09 # Kernel compatibility with NetBSD 0.9,
option COMPAT_10 # NetBSD 1.0,
diff --git a/sys/arch/i386/conf/WALDORF b/sys/arch/i386/conf/WALDORF
index d5ee21067ac..7e21e4a33a5 100644
--- a/sys/arch/i386/conf/WALDORF
+++ b/sys/arch/i386/conf/WALDORF
@@ -1,4 +1,4 @@
-# $OpenBSD: WALDORF,v 1.20 1999/02/04 23:16:06 niklas Exp $
+# $OpenBSD: WALDORF,v 1.21 1999/10/03 21:08:15 niklas Exp $
#
# WALDORF -- a 486 kernel config Applitron use for some gateway
# machines (waldorf and neuro).
@@ -33,7 +33,7 @@ option BOOT_CONFIG # user kernel config
#option SYSVMSG # System V-like message queues
#option SYSVSEM # System V-like semaphores
#option SYSVSHM # System V-like memory sharing
-#option SHMMAXPGS=1024 # 1024 pages is the default
+#option SHMMAXPGS=2048 # 2048 pages is the default
#option COMPAT_09 # Kernel compatibility with NetBSD 0.9,
#option COMPAT_10 # NetBSD 1.0,