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/conf/RAMDISKBIG | |
parent | 0ce427ad80cd07cf0e0efa5f352cac5af6e38e62 (diff) |
No more need to define PMAP_NEW.
Diffstat (limited to 'sys/arch/alpha/conf/RAMDISKBIG')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 4 |
1 files changed, 1 insertions, 3 deletions
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* |