summaryrefslogtreecommitdiff
path: root/sys/arch/vax/conf
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-10-10 23:43:44 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-10-10 23:43:44 +0000
commit1f4fb096600219d4a2e8eead7cafb9ef3bb60bab (patch)
tree430aab851eb57eefb349b66fa681131ea88500e3 /sys/arch/vax/conf
parenta98acda0245323625f433003d3c4c6e2483ebc48 (diff)
gc SWAPPAGER and DEVPAGER options
Diffstat (limited to 'sys/arch/vax/conf')
-rw-r--r--sys/arch/vax/conf/NANCY6
-rw-r--r--sys/arch/vax/conf/RAMDISK5
-rw-r--r--sys/arch/vax/conf/VOX6
3 files changed, 3 insertions, 14 deletions
diff --git a/sys/arch/vax/conf/NANCY b/sys/arch/vax/conf/NANCY
index 8c207f9a72d..472c8b7d3fb 100644
--- a/sys/arch/vax/conf/NANCY
+++ b/sys/arch/vax/conf/NANCY
@@ -1,4 +1,4 @@
-# $OpenBSD: NANCY,v 1.6 2001/05/16 05:07:50 millert Exp $
+# $OpenBSD: NANCY,v 1.7 2001/10/10 23:43:42 millert Exp $
#
# NANCY MV3600 configuration file.
#
@@ -24,10 +24,6 @@ option "VAX43" # VS 3100/76
# Max users on system; this is just a hint
maxusers 8
-# standard system options
-options SWAPPAGER # swap and anonymous memory
-options DEVPAGER # mapped devices
-
# Kernel compiled-in symbolic debugger & system call tracer
option DDB
option KTRACE
diff --git a/sys/arch/vax/conf/RAMDISK b/sys/arch/vax/conf/RAMDISK
index 429a3e49c99..7e4061d5008 100644
--- a/sys/arch/vax/conf/RAMDISK
+++ b/sys/arch/vax/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.11 2001/10/06 18:07:57 miod Exp $
+# $OpenBSD: RAMDISK,v 1.12 2001/10/10 23:43:42 millert Exp $
machine vax # machine type
@@ -30,9 +30,6 @@ maxusers 8 # estimated number of users
option TIMEZONE=0 # time zone to adjust RTC time by
option DST=0 # daylight saving time used by RTC
-option SWAPPAGER # paging; REQUIRED
-option DEVPAGER # mmap() of devices
-
option FFS # UFS
option NFSCLIENT # Network File System client
diff --git a/sys/arch/vax/conf/VOX b/sys/arch/vax/conf/VOX
index ca9ba5510ab..bc54ec92938 100644
--- a/sys/arch/vax/conf/VOX
+++ b/sys/arch/vax/conf/VOX
@@ -1,4 +1,4 @@
-# $OpenBSD: VOX,v 1.3 2001/05/16 05:07:50 millert Exp $
+# $OpenBSD: VOX,v 1.4 2001/10/10 23:43:42 millert Exp $
#
# simple VS2000 configuration file.
#
@@ -14,10 +14,6 @@ option "VAX410" # VS 2000
# Max users on system; this is just a hint
maxusers 8
-# pagers
-option SWAPPAGER
-option DEVPAGER
-
# Kernel compiled-in symbolic debugger & system call tracer
option DDB
option KTRACE