summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/alpha/conf/GENERIC6
-rw-r--r--sys/arch/alpha/conf/RAMDISK5
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*