diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-04-14 17:56:29 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-04-14 17:56:29 +0000 |
commit | bfb6b71e4cfa0805feb5f02132ab616e79b6616f (patch) | |
tree | fd591b09bc2c432fed52109df87e8827e088b988 | |
parent | 2a74271538330794b7d36b9d86e65fd2c3ae8b4f (diff) |
UP1000 will fit in here.
-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 49e16060e43..9a7927aa2ab 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.6 2001/04/09 20:40:50 deraadt Exp $ +# $OpenBSD: RAMDISKBIG,v 1.7 2001/04/14 17:56: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. @@ -21,6 +21,7 @@ option DEC_EB164 # EB164: AlphaPC 164 option DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) option DEC_550 # Miata: Digital Personal Workstation option DEC_6600 # EV6: 264DP OEM Board +option API_UP1000 # EV6: Alpha Processor, Inc. UP1000 #option COMPAT_OSF1 # OSF/1 binary compatibility #option COMPAT_NETBSD # NetBSD compatibility @@ -116,6 +117,7 @@ fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards # PCI host bus adapter support apecs* at mainbus? cia* at mainbus? +irongate* at mainbus? lca* at mainbus? tsc* at mainbus0 tsp* at tsc? @@ -123,6 +125,7 @@ tsp* at tsc? # PCI bus support pci* at apecs? pci* at cia? +pci* at irongate? pci* at lca? pci* at ppb? pci* at tsp? |