diff options
author | 2001-06-27 05:15:40 +0000 | |
---|---|---|
committer | 2001-06-27 05:15:40 +0000 | |
commit | 0ee3e4ee46a75cd46c44d720d7e04ff76b886fda (patch) | |
tree | 9a2446792b8887eae6133d9197b1f2ccc24f2b0a | |
parent | SWAPPAGER and DEVPAGER are distant memories from the past. (diff) | |
download | wireguard-openbsd-0ee3e4ee46a75cd46c44d720d7e04ff76b886fda.tar.xz wireguard-openbsd-0ee3e4ee46a75cd46c44d720d7e04ff76b886fda.zip |
option UVM is not needed anymore
-rw-r--r-- | sys/arch/vax/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/vax/conf/RAMDISK | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC index 82abe030fdf..dc8d0a3fd25 100644 --- a/sys/arch/vax/conf/GENERIC +++ b/sys/arch/vax/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.25 2001/05/16 22:34:29 hugh Exp $ +# $OpenBSD: GENERIC,v 1.26 2001/06/27 05:15:40 art Exp $ # $NetBSD: GENERIC,v 1.61 2000/04/19 06:50:36 itojun Exp $ machine vax # machine type; required @@ -23,8 +23,6 @@ option VAX48 # VS 4000 VLC option VAX49 # VS 4000/90 option VAX53 # VAX 4000 10X, MicroVAX 3100m9X -option UVM # VAX uses UVM; REQUIRED - # Max users on system; this is just a hint maxusers 8 diff --git a/sys/arch/vax/conf/RAMDISK b/sys/arch/vax/conf/RAMDISK index 18212891622..4495b64b196 100644 --- a/sys/arch/vax/conf/RAMDISK +++ b/sys/arch/vax/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.7 2001/06/23 19:46:59 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.8 2001/06/27 05:15:40 art Exp $ machine vax # machine type @@ -26,8 +26,6 @@ option VAX48 # VS 4000 VLC option VAX49 # VS 4000/90 option VAX53 # VAX 4000/10{0,5,6} -option UVM # VAX uses UVM; REQUIRED - 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 |