diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2007-03-18 22:39:31 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2007-03-18 22:39:31 +0000 |
commit | 4f182602dfca13788831144eaa58ef6e344b9250 (patch) | |
tree | 071d363207c6f75082e474cd64a591e56f3330ce /sys/arch/alpha | |
parent | a3b2bc233c6ffd7d22279937dc8da3ab4077a3d9 (diff) |
put support for alphaservers 1200 and 4100 on ramdisk kernels
ok deraadt@
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 9 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 9 |
2 files changed, 16 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index cd37050d326..6e77cb34f04 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.65 2006/03/12 17:29:48 martin Exp $ +# $OpenBSD: RAMDISK,v 1.66 2007/03/18 22:39:30 martin Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED @@ -11,6 +11,7 @@ option NO_PROPOLICE #option DEC_3000_300 # Pelican etc: 3000/300* option DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc. option DEC_KN20AA # KN20AA: AlphaStation 600 +option DEC_KN300 # KN300: AlphaServer 4100 and 1200 option DEC_AXPPCI_33 # NoName: AXPpci33, etc. option DEC_EB164 # EB164: AlphaPC 164 #option DEC_EB64PLUS # EB64+: AlphaPC 64, etc. @@ -49,6 +50,10 @@ config bsd swap generic mainbus0 at root cpu* at mainbus0 +# MCBUS bus support +mcbus* at mainbus? +mcmem* at mcbus? mid? + # PCI host bus adapter support apecs* at mainbus? cia* at mainbus? @@ -56,6 +61,7 @@ lca* at mainbus? #irongate* at mainbus? #tsc* at mainbus0 #tsp* at tsc? +mcpcia* at mcbus? mid? # PCI bus support pci* at apecs? @@ -64,6 +70,7 @@ pci* at lca? pci* at ppb? #pci* at irongate? #pci* at tsp? +pci* at mcpcia? # PCI devices #ahc* at pci? # AHA-28xx SCSI (NOT 64-BIT) diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index de8759da926..816a2f54759 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.70 2006/11/25 20:44:30 dlg Exp $ +# $OpenBSD: RAMDISKBIG,v 1.71 2007/03/18 22:39:30 martin 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. @@ -10,6 +10,7 @@ option DEC_3000_500 # Flamingo etc: 3000/[4-9]00* option DEC_3000_300 # Pelican etc: 3000/300* option DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc. option DEC_KN20AA # KN20AA: AlphaStation 600 +option DEC_KN300 # KN300: AlphaServer 4100 and 1200 option DEC_AXPPCI_33 # NoName: AXPpci33, etc. option DEC_EB164 # EB164: AlphaPC 164 option DEC_EB64PLUS # EB64+: AlphaPC 64, etc. @@ -103,6 +104,10 @@ wi* at uhub? # WaveLAN IEEE 802.11DS # USB Generic driver ugen* at uhub? +# MCBUS bus support +mcbus* at mainbus0 +mcmem* at mcbus? mid ? + # TurboChannel host bus adapter support tcasic* at mainbus0 @@ -131,6 +136,7 @@ irongate* at mainbus? lca* at mainbus? tsc* at mainbus0 tsp* at tsc? +mcpcia* at mcbus? mid? # PCI bus support pci* at apecs? @@ -139,6 +145,7 @@ pci* at irongate? pci* at lca? pci* at ppb? pci* at tsp? +pci* at mcpcia? # PCI devices ppb* at pci? # PCI-PCI bridges |