diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-27 05:46:29 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-27 05:46:29 +0000 |
commit | b5667c845a82a0ce09b33001a466d9d84dfcfe83 (patch) | |
tree | fbcb6775aa61f4f0221199dc8ee06704388d122f /sys/arch/alpha/conf | |
parent | 8f7833fa7c0fe5e4e3c5060b1dd5ff5f07121338 (diff) |
UVM is no longer an option.
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKB | 3 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index b5bdadd86bb..49b3f7845bb 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.82 2001/06/26 20:23:18 art Exp $ +# $OpenBSD: GENERIC,v 1.83 2001/06/27 05:46:07 art Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -9,7 +9,6 @@ include "../../../conf/GENERIC" maxusers 32 option PMAP_NEW # required -option UVM # required # CPU Support option DEC_3000_500 # Flamingo etc: 3000/[4-9]00* diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index a3e22f736fd..5d85b85d4bd 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,9 +1,8 @@ -# $OpenBSD: RAMDISK,v 1.44 2001/06/23 19:46:56 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.45 2001/06/27 05:46:08 art Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED -option UVM # required option PMAP_NEW # required option SMALL_KERNEL diff --git a/sys/arch/alpha/conf/RAMDISKB b/sys/arch/alpha/conf/RAMDISKB index 9a521577a04..c542d123ca2 100644 --- a/sys/arch/alpha/conf/RAMDISKB +++ b/sys/arch/alpha/conf/RAMDISKB @@ -1,9 +1,8 @@ -# $OpenBSD: RAMDISKB,v 1.9 2001/06/23 19:46:57 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.10 2001/06/27 05:46:08 art Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED -option UVM # required option PMAP_NEW # required option SMALL_KERNEL diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 6636372490c..7c0b89711ef 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.13 2001/06/23 19:46:57 deraadt Exp $ +# $OpenBSD: RAMDISKBIG,v 1.14 2001/06/27 05:46:08 art Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -6,7 +6,6 @@ machine alpha option PMAP_NEW # required -option UVM # required # CPU Support option DEC_3000_500 # Flamingo etc: 3000/[4-9]00* |