summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/conf/PUMA
diff options
context:
space:
mode:
authorgene <gene@cvs.openbsd.org>1997-06-23 02:56:32 +0000
committergene <gene@cvs.openbsd.org>1997-06-23 02:56:32 +0000
commitd6c5394b9c0b12d41a18a4787eb9104c35f05ad6 (patch)
treed8f188a847c3c2c394e77069f0d0c33db7baad03 /sys/arch/mac68k/conf/PUMA
parent092a1463fa14d25b22bdf9b24d60ab127ebf91bd (diff)
Upon discussion w/ Theo, the only options in std.mac68k that would be of use
would be {DEV,SWAP}PAGER, so std.mac68k is out of here. Update the machine-specific files to reflect this.
Diffstat (limited to 'sys/arch/mac68k/conf/PUMA')
-rw-r--r--sys/arch/mac68k/conf/PUMA7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/mac68k/conf/PUMA b/sys/arch/mac68k/conf/PUMA
index a5c59f7c2ac..73751a7f269 100644
--- a/sys/arch/mac68k/conf/PUMA
+++ b/sys/arch/mac68k/conf/PUMA
@@ -1,13 +1,14 @@
-# $OpenBSD: PUMA,v 1.13 1997/06/23 02:26:36 gene Exp $
+# $OpenBSD: PUMA,v 1.14 1997/06/23 02:56:29 gene Exp $
# $NetBSD: PUMA,v 1.13 1996/08/05 01:52:15 scottr Exp $
#
# PUMA
-include "arch/mac68k/conf/std.mac68k"
-
+machine mac68k m68k
maxusers 16
option MAXFDESCS=2048
+option SWAPPAGER
+option DEVPAGER
# Filesystem option
option FIFO # POSIX fifo support (in all filesystems)