diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-01-21 18:27:38 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-01-21 18:27:38 +0000 |
commit | 6375d59db88b8b0f764076512ae81d248118e097 (patch) | |
tree | 50723c9bd5b5bf9a51fde3a3400359162eb7c271 /sys | |
parent | 2bd36bcb92003529ba1ddc90a68ee0e625084296 (diff) |
UVM and PMAP_NEW are required.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 1302da7d7a0..4db6081fea6 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.61 2001/01/15 12:01:35 art Exp $ +# $OpenBSD: GENERIC,v 1.62 2001/01/21 18:27:37 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. @@ -10,8 +10,8 @@ maxusers 8 option NATIVE_ELF -option PMAP_NEW -option UVM +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 0107bc65ad5..74736f80ec5 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,8 +1,11 @@ -# $OpenBSD: RAMDISK,v 1.33 2001/01/18 20:11:37 art Exp $ +# $OpenBSD: RAMDISK,v 1.34 2001/01/21 18:27:37 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 + # CPU Support; at least one is REQUIRED option DEC_3000_500 # Flamingo etc: 3000/[4-9]00* option DEC_3000_300 # Pelican etc: 3000/300* |