diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-07-19 14:34:29 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-07-19 14:34:29 +0000 |
commit | ef835a1796850c65dc9271a94ef141de1b57bc00 (patch) | |
tree | 784d564d317ebae3ce7582f0c63b72956cce53c0 /sys/arch/alpha | |
parent | 0ce427ad80cd07cf0e0efa5f352cac5af6e38e62 (diff) |
No more need to define PMAP_NEW.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 | ||||
-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 | 4 |
4 files changed, 4 insertions, 10 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 3abe869ae82..cba8279065b 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.84 2001/06/27 17:56:24 ho Exp $ +# $OpenBSD: GENERIC,v 1.85 2001/07/19 14:34:28 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. @@ -8,8 +8,6 @@ machine alpha include "../../../conf/GENERIC" maxusers 32 -option PMAP_NEW # required - # CPU Support option DEC_3000_500 # Flamingo etc: 3000/[4-9]00* option DEC_3000_300 # Pelican etc: 3000/300* diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 5d85b85d4bd..f724a31dc53 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,9 +1,8 @@ -# $OpenBSD: RAMDISK,v 1.45 2001/06/27 05:46:08 art Exp $ +# $OpenBSD: RAMDISK,v 1.46 2001/07/19 14:34:28 art Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED -option PMAP_NEW # required option SMALL_KERNEL # CPU Support; at least one is REQUIRED diff --git a/sys/arch/alpha/conf/RAMDISKB b/sys/arch/alpha/conf/RAMDISKB index c542d123ca2..2a113197929 100644 --- a/sys/arch/alpha/conf/RAMDISKB +++ b/sys/arch/alpha/conf/RAMDISKB @@ -1,9 +1,8 @@ -# $OpenBSD: RAMDISKB,v 1.10 2001/06/27 05:46:08 art Exp $ +# $OpenBSD: RAMDISKB,v 1.11 2001/07/19 14:34:28 art Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED -option PMAP_NEW # required option SMALL_KERNEL # CPU Support; at least one is REQUIRED diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 7c0b89711ef..60a4a1f99b3 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,12 +1,10 @@ -# $OpenBSD: RAMDISKBIG,v 1.14 2001/06/27 05:46:08 art Exp $ +# $OpenBSD: RAMDISKBIG,v 1.15 2001/07/19 14:34:28 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. machine alpha -option PMAP_NEW # required - # CPU Support option DEC_3000_500 # Flamingo etc: 3000/[4-9]00* option DEC_3000_300 # Pelican etc: 3000/300* |