diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-06-30 16:24:41 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-06-30 16:24:41 +0000 |
commit | a2fbdd777ee87db8a3e3bddeca60fb56d895fc51 (patch) | |
tree | 70c6a0f2ea261054dda398ea4bf3da5ce249d96e /sys/arch/alpha/conf/RAMDISKBIG | |
parent | a67f8848962fcacf156f56c188f331665e69be59 (diff) |
AlphaServer 800 and 1000 support; from NetBSD. Tested by Tor Houghton.
Added to floppy31 still fits.
Diffstat (limited to 'sys/arch/alpha/conf/RAMDISKBIG')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 261cc60197f..54c8b53f68f 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.30 2002/06/28 16:53:16 art Exp $ +# $OpenBSD: RAMDISKBIG,v 1.31 2002/06/30 16:24:40 miod 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. @@ -12,8 +12,11 @@ option DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc. option DEC_KN20AA # KN20AA: AlphaStation 600 option DEC_AXPPCI_33 # NoName: AXPpci33, etc. option DEC_EB164 # EB164: AlphaPC 164 +option DEC_EB64PLUS # EB64+: AlphaPC 64, etc. option DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) option DEC_550 # Miata: Digital Personal Workstation +option DEC_1000 # Mikasa etc: Digital AlphaServer 1000 +option DEC_1000A # Corelle etc: Digital AlphaServer 800/1000A option DEC_6600 # EV6: XP1000, 264DP OEM Board option API_UP1000 # EV6: Alpha Processor UP1000 |