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/RAMDISKB | |
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/RAMDISKB')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKB | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/RAMDISKB b/sys/arch/alpha/conf/RAMDISKB index 93e37dcd853..7596bba6aa0 100644 --- a/sys/arch/alpha/conf/RAMDISKB +++ b/sys/arch/alpha/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.20 2002/05/02 22:56:06 miod Exp $ +# $OpenBSD: RAMDISKB,v 1.21 2002/06/30 16:24:40 miod Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED @@ -12,8 +12,11 @@ option SMALL_KERNEL #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 |