Add depca at eisa.
This commit is contained in:
parent
b2ee6c4c4c
commit
e4eb846113
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: ALPHA,v 1.128 2000/07/12 20:54:38 thorpej Exp $
|
# $NetBSD: ALPHA,v 1.129 2000/08/11 03:05:19 thorpej Exp $
|
||||||
#
|
#
|
||||||
# Alpha kernel with all the options you'd want, and more.
|
# Alpha kernel with all the options you'd want, and more.
|
||||||
|
|
||||||
@ -6,14 +6,14 @@ include "arch/alpha/conf/std.alpha"
|
|||||||
|
|
||||||
maxusers 32
|
maxusers 32
|
||||||
|
|
||||||
ident "ALPHA-$Revision: 1.128 $"
|
ident "ALPHA-$Revision: 1.129 $"
|
||||||
|
|
||||||
# CPU Support
|
# CPU Support
|
||||||
options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
|
options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
|
||||||
options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
|
options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
|
||||||
options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
|
options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
|
||||||
#options DEC_2100_A500 # Sable: AlphaServer 2100
|
options DEC_2100_A500 # Sable: AlphaServer 2100
|
||||||
#options DEC_2100A_A500 # Lynx: AlphaServer 2100A
|
options DEC_2100A_A500 # Lynx: AlphaServer 2100A
|
||||||
options DEC_3000_300 # Pelican etc: 3000/300*
|
options DEC_3000_300 # Pelican etc: 3000/300*
|
||||||
options DEC_AXPPCI_33 # NoName: AXPpci33, etc.
|
options DEC_AXPPCI_33 # NoName: AXPpci33, etc.
|
||||||
options DEC_EB164 # EB164: AlphaPC 164
|
options DEC_EB164 # EB164: AlphaPC 164
|
||||||
@ -200,15 +200,15 @@ lca* at mainbus?
|
|||||||
dwlpx* at kft?
|
dwlpx* at kft?
|
||||||
mcpcia* at mcbus? mid ?
|
mcpcia* at mcbus? mid ?
|
||||||
tsp* at tsc?
|
tsp* at tsc?
|
||||||
#ttwoga* at mainbus?
|
ttwoga* at mainbus?
|
||||||
|
|
||||||
# Sable PCI and STDIO bus and devices
|
# Sable PCI and STDIO bus and devices
|
||||||
#ttwopci* at ttwoga? hose ?
|
ttwopci* at ttwoga? hose ?
|
||||||
#sableio* at ttwopci? bus ?
|
sableio* at ttwopci? bus ?
|
||||||
#com* at sableio? port ?
|
com* at sableio? port ?
|
||||||
#lpt* at sableio? port ?
|
lpt* at sableio? port ?
|
||||||
#pckbc* at sableio? port ?
|
pckbc* at sableio? port ?
|
||||||
#fdc* at sableio? port ?
|
fdc* at sableio? port ?
|
||||||
|
|
||||||
# PCI bus support
|
# PCI bus support
|
||||||
pci* at apecs?
|
pci* at apecs?
|
||||||
@ -219,7 +219,7 @@ pci* at ppb?
|
|||||||
pci* at dwlpx?
|
pci* at dwlpx?
|
||||||
pci* at mcpcia?
|
pci* at mcpcia?
|
||||||
pci* at tsp?
|
pci* at tsp?
|
||||||
#pci* at ttwopci?
|
pci* at ttwopci?
|
||||||
|
|
||||||
# PCI devices
|
# PCI devices
|
||||||
adv* at pci? dev ? function ? # AdvanSys SCSI
|
adv* at pci? dev ? function ? # AdvanSys SCSI
|
||||||
@ -345,6 +345,8 @@ bha* at eisa? slot ? # BusLogic 7xx SCSI
|
|||||||
ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested)
|
ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested)
|
||||||
fea* at eisa? slot ? # DEC DEFEA FDDI
|
fea* at eisa? slot ? # DEC DEFEA FDDI
|
||||||
tlp* at eisa? slot ? # DEC DE-425 Ethernet
|
tlp* at eisa? slot ? # DEC DE-425 Ethernet
|
||||||
|
depca* at eisa? slot ? # DEC DE-422 Ethernet
|
||||||
|
le* at depca?
|
||||||
uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
|
uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
|
||||||
|
|
||||||
# SCSI bus support
|
# SCSI bus support
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# $NetBSD: FRAU-FARBISSINA,v 1.5 2000/06/14 22:02:14 veego Exp $
|
# $NetBSD: FRAU-FARBISSINA,v 1.6 2000/08/11 03:05:20 thorpej Exp $
|
||||||
#
|
#
|
||||||
# frau-farbissina.shagadelic.org -- thorpej's AlphaServer 1200 MP hacking
|
# frau-farbissina.shagadelic.org -- thorpej's AlphaServer 1200 MP hacking
|
||||||
# box
|
# box
|
||||||
|
|
||||||
include "arch/alpha/conf/std.alpha"
|
include "arch/alpha/conf/std.alpha"
|
||||||
|
|
||||||
#ident "FRAU-FARBISSINA-$Revision: 1.5 $"
|
#ident "FRAU-FARBISSINA-$Revision: 1.6 $"
|
||||||
|
|
||||||
maxusers 64
|
maxusers 64
|
||||||
|
|
||||||
@ -292,6 +292,8 @@ ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI
|
|||||||
#ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested)
|
#ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested)
|
||||||
fea* at eisa? slot ? # DEC DEFEA FDDI
|
fea* at eisa? slot ? # DEC DEFEA FDDI
|
||||||
tlp* at eisa? slot ? # DEC DE-425 Ethernet
|
tlp* at eisa? slot ? # DEC DE-425 Ethernet
|
||||||
|
depca* at eisa? slot ? # DEC DE-422 Ethernet
|
||||||
|
le* at depca?
|
||||||
#uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
|
#uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
|
||||||
|
|
||||||
# PCMCIA device
|
# PCMCIA device
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: GENERIC,v 1.162 2000/07/27 17:53:35 mason Exp $
|
# $NetBSD: GENERIC,v 1.163 2000/08/11 03:05:21 thorpej Exp $
|
||||||
#
|
#
|
||||||
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
|
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
|
||||||
#
|
#
|
||||||
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
include "arch/alpha/conf/std.alpha"
|
include "arch/alpha/conf/std.alpha"
|
||||||
|
|
||||||
#ident "GENERIC-$Revision: 1.162 $"
|
#ident "GENERIC-$Revision: 1.163 $"
|
||||||
|
|
||||||
maxusers 32
|
maxusers 32
|
||||||
|
|
||||||
@ -173,15 +173,15 @@ lca* at mainbus?
|
|||||||
dwlpx* at kft?
|
dwlpx* at kft?
|
||||||
mcpcia* at mcbus? mid ?
|
mcpcia* at mcbus? mid ?
|
||||||
tsp* at tsc?
|
tsp* at tsc?
|
||||||
#ttwoga* at mainbus?
|
ttwoga* at mainbus?
|
||||||
|
|
||||||
# Sable PCI and STDIO bus and devices
|
# Sable PCI and STDIO bus and devices
|
||||||
#ttwopci* at ttwoga? hose ?
|
ttwopci* at ttwoga? hose ?
|
||||||
#sableio* at ttwopci? bus ?
|
sableio* at ttwopci? bus ?
|
||||||
#com* at sableio? port ?
|
com* at sableio? port ?
|
||||||
#lpt* at sableio? port ?
|
lpt* at sableio? port ?
|
||||||
#pckbc* at sableio? port ?
|
pckbc* at sableio? port ?
|
||||||
#fdc* at sableio? port ?
|
fdc* at sableio? port ?
|
||||||
|
|
||||||
# PCI bus support
|
# PCI bus support
|
||||||
pci* at apecs?
|
pci* at apecs?
|
||||||
@ -192,7 +192,7 @@ pci* at ppb?
|
|||||||
pci* at dwlpx?
|
pci* at dwlpx?
|
||||||
pci* at mcpcia?
|
pci* at mcpcia?
|
||||||
pci* at tsp?
|
pci* at tsp?
|
||||||
#pci* at ttwopci?
|
pci* at ttwopci?
|
||||||
|
|
||||||
# PCI devices
|
# PCI devices
|
||||||
adv* at pci? dev ? function ? # AdvanSys SCSI
|
adv* at pci? dev ? function ? # AdvanSys SCSI
|
||||||
@ -317,6 +317,8 @@ bha* at eisa? slot ? # BusLogic 7xx SCSI
|
|||||||
ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested)
|
ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested)
|
||||||
fea* at eisa? slot ? # DEC DEFEA FDDI
|
fea* at eisa? slot ? # DEC DEFEA FDDI
|
||||||
tlp* at eisa? slot ? # DEC DE-425 Ethernet
|
tlp* at eisa? slot ? # DEC DE-425 Ethernet
|
||||||
|
depca* at eisa? slot ? # DEC DE-422 Ethernet
|
||||||
|
le* at depca?
|
||||||
uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
|
uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
|
||||||
|
|
||||||
# PCMCIA device
|
# PCMCIA device
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: INSTALL,v 1.40 2000/07/12 20:54:38 thorpej Exp $
|
# $NetBSD: INSTALL,v 1.41 2000/08/11 03:05:22 thorpej Exp $
|
||||||
#
|
#
|
||||||
# Alpha INSTALL kernel.
|
# Alpha INSTALL kernel.
|
||||||
|
|
||||||
@ -17,8 +17,8 @@ options MINIROOTSIZE=9300 # 4 Megabytes
|
|||||||
# CPU Support
|
# CPU Support
|
||||||
options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
|
options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
|
||||||
options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
|
options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
|
||||||
#options DEC_2100_A500 # Sable: AlphaServer 2100
|
options DEC_2100_A500 # Sable: AlphaServer 2100
|
||||||
#options DEC_2100A_A500 # Lynx: AlphaServer 2100A
|
options DEC_2100A_A500 # Lynx: AlphaServer 2100A
|
||||||
options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
|
options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
|
||||||
options DEC_3000_300 # Pelican etc: 3000/300*
|
options DEC_3000_300 # Pelican etc: 3000/300*
|
||||||
options DEC_AXPPCI_33 # NoName: AXPpci33, Multia, etc.
|
options DEC_AXPPCI_33 # NoName: AXPpci33, Multia, etc.
|
||||||
@ -129,15 +129,15 @@ lca* at mainbus?
|
|||||||
dwlpx* at kft?
|
dwlpx* at kft?
|
||||||
mcpcia* at mcbus? mid ?
|
mcpcia* at mcbus? mid ?
|
||||||
tsp* at tsc?
|
tsp* at tsc?
|
||||||
#ttwoga* at mainbus?
|
ttwoga* at mainbus?
|
||||||
|
|
||||||
# Sable PCI and STDIO bus and devices
|
# Sable PCI and STDIO bus and devices
|
||||||
#ttwopci* at ttwoga? hose ?
|
ttwopci* at ttwoga? hose ?
|
||||||
#sableio* at ttwopci? bus ?
|
sableio* at ttwopci? bus ?
|
||||||
#com* at sableio? port ?
|
com* at sableio? port ?
|
||||||
#lpt* at sableio? port ?
|
lpt* at sableio? port ?
|
||||||
#pckbc* at sableio? port ?
|
pckbc* at sableio? port ?
|
||||||
#fdc* at sableio? port ?
|
fdc* at sableio? port ?
|
||||||
|
|
||||||
# PCI bus support
|
# PCI bus support
|
||||||
pci* at apecs?
|
pci* at apecs?
|
||||||
@ -148,7 +148,7 @@ pci* at ppb?
|
|||||||
pci* at dwlpx?
|
pci* at dwlpx?
|
||||||
pci* at mcpcia?
|
pci* at mcpcia?
|
||||||
pci* at tsp?
|
pci* at tsp?
|
||||||
#pci* at ttwopci?
|
pci* at ttwopci?
|
||||||
|
|
||||||
# PCI devices
|
# PCI devices
|
||||||
adv* at pci? dev ? function ? # AdvanSys SCSI
|
adv* at pci? dev ? function ? # AdvanSys SCSI
|
||||||
@ -232,6 +232,8 @@ bha* at eisa? slot ? # BusLogic 7xx SCSI
|
|||||||
ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested)
|
ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested)
|
||||||
fea* at eisa? slot ? # DEC DEFEA FDDI
|
fea* at eisa? slot ? # DEC DEFEA FDDI
|
||||||
tlp* at eisa? slot ? # DEC DE-425 Ethernet
|
tlp* at eisa? slot ? # DEC DE-425 Ethernet
|
||||||
|
depca* at eisa? slot ? # DEC DE-422 Ethernet
|
||||||
|
le* at depca?
|
||||||
uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
|
uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
|
||||||
|
|
||||||
# SCSI bus support
|
# SCSI bus support
|
||||||
|
Loading…
Reference in New Issue
Block a user