add kn8ae CPU support to GENERIC kernels. Also, add kn8ae devices.
Add "isp", "ahc", and "bha" config lines, but comment them out until their sources are in the tree and/or their alpha patches are in the tree.
This commit is contained in:
parent
100297bdf2
commit
0daaaa0fc2
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ALPHA,v 1.37 1997/02/27 01:21:41 thorpej Exp $
|
||||
# $NetBSD: ALPHA,v 1.38 1997/03/12 19:29:14 cgd Exp $
|
||||
#
|
||||
# Alpha kernel with all the options you'd want, and more.
|
||||
|
||||
|
@ -18,6 +18,7 @@ options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
|
|||
options DEC_KN20AA # KN20AA: AlphaStation 600
|
||||
options DEC_AXPPCI_33 # NoName: AXPpci33, etc.
|
||||
options DEC_EB164 # EB164: AlphaPC 164
|
||||
options DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400
|
||||
#options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
|
||||
|
||||
# Standard system options
|
||||
|
@ -105,6 +106,15 @@ config netbsd root on ? type ?
|
|||
mainbus0 at root
|
||||
cpu* at mainbus0
|
||||
|
||||
# TurboLaser bus support and devices
|
||||
tlsb* at mainbus0
|
||||
gbus* at tlsb? node ? offset ?
|
||||
tlsbmem* at tlsb? node ? offset ?
|
||||
kft* at tlsb? node ? offset ?
|
||||
|
||||
# Gbus Devices
|
||||
mcclock* at gbus? offset 0x20000000
|
||||
|
||||
# TurboChannel host bus adapter support
|
||||
tcasic* at mainbus0
|
||||
|
||||
|
@ -129,19 +139,23 @@ fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards
|
|||
apecs* at mainbus?
|
||||
cia* at mainbus?
|
||||
lca* at mainbus?
|
||||
dwlpx* at kft?
|
||||
|
||||
# PCI bus support
|
||||
pci* at apecs?
|
||||
pci* at cia?
|
||||
pci* at lca?
|
||||
pci* at ppb?
|
||||
pci* at dwlpx?
|
||||
|
||||
# PCI devices
|
||||
#ahc* at pci? dev ? function ? # AHA-28xx SCSI (NOT 64-BIT)
|
||||
#ahc* at pci? dev ? function ? # AHA-[23]9xx SCSI
|
||||
#bha* at pci? dev ? function ? # BusLogic [57]4X SCSI (broken)
|
||||
de* at pci? dev ? function ? # 21x4[012]-based Ethernet
|
||||
en* at pci? dev ? function ? # ENI PCI ATM (untested)
|
||||
ep* at pci? dev ? function ? # 3COM 3c59x (untested)
|
||||
fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards
|
||||
#isp* at pci? dev ? function ? # Qlogic ISP 10X0
|
||||
le* at pci? dev ? function ? # PCI LANCE Ethernet (untested)
|
||||
ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
|
||||
pceb* at pci? dev ? function ? # Intel PCI-EISA brige
|
||||
|
@ -170,7 +184,10 @@ vga* at isa? # ISA (EISA: XXX) VGA
|
|||
fea* at eisa? slot ? # DEC DEFEA FDDI cards
|
||||
|
||||
# SCSI bus support
|
||||
#scsibus* at ahc?
|
||||
scsibus* at asc?
|
||||
#scsibus* at bha?
|
||||
#scsibus* at isp?
|
||||
scsibus* at ncr?
|
||||
|
||||
# SCSI devices
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.40 1997/02/27 01:21:42 thorpej Exp $
|
||||
# $NetBSD: GENERIC,v 1.41 1997/03/12 19:29:16 cgd Exp $
|
||||
#
|
||||
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
|
||||
|
||||
|
@ -18,6 +18,7 @@ options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
|
|||
options DEC_KN20AA # KN20AA: AlphaStation 600
|
||||
options DEC_AXPPCI_33 # NoName: AXPpci33, etc.
|
||||
options DEC_EB164 # EB164: AlphaPC 164
|
||||
options DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400
|
||||
#options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
|
||||
|
||||
# Standard system options
|
||||
|
@ -73,6 +74,15 @@ config netbsd root on ? type ?
|
|||
mainbus0 at root
|
||||
cpu* at mainbus0
|
||||
|
||||
# TurboLaser bus support and devices
|
||||
tlsb* at mainbus0
|
||||
gbus* at tlsb? node ? offset ?
|
||||
tlsbmem* at tlsb? node ? offset ?
|
||||
kft* at tlsb? node ? offset ?
|
||||
|
||||
# Gbus Devices
|
||||
mcclock* at gbus? offset 0x20000000
|
||||
|
||||
# TurboChannel host bus adapter support
|
||||
tcasic* at mainbus0
|
||||
|
||||
|
@ -97,19 +107,23 @@ fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards
|
|||
apecs* at mainbus?
|
||||
cia* at mainbus?
|
||||
lca* at mainbus?
|
||||
dwlpx* at kft?
|
||||
|
||||
# PCI bus support
|
||||
pci* at apecs?
|
||||
pci* at cia?
|
||||
pci* at lca?
|
||||
pci* at ppb?
|
||||
pci* at dwlpx?
|
||||
|
||||
# PCI devices
|
||||
#ahc* at pci? dev ? function ? # AHA-28xx SCSI (NOT 64-BIT)
|
||||
#ahc* at pci? dev ? function ? # AHA-[23]9xx SCSI
|
||||
#bha* at pci? dev ? function ? # BusLogic [57]4X SCSI (broken)
|
||||
de* at pci? dev ? function ? # 21x4[012]-based Ethernet
|
||||
en* at pci? dev ? function ? # ENI PCI ATM (untested)
|
||||
ep* at pci? dev ? function ? # 3COM 3c59x (untested)
|
||||
fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards
|
||||
#isp* at pci? dev ? function ? # Qlogic ISP 10X0
|
||||
le* at pci? dev ? function ? # PCI LANCE Ethernet (untested)
|
||||
ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
|
||||
pceb* at pci? dev ? function ? # Intel PCI-EISA brige
|
||||
|
@ -138,7 +152,10 @@ vga* at isa? # ISA (EISA: XXX) VGA
|
|||
fea* at eisa? slot ? # DEC DEFEA FDDI cards
|
||||
|
||||
# SCSI bus support
|
||||
#scsibus* at ahc?
|
||||
scsibus* at asc?
|
||||
#scsibus* at bha?
|
||||
#scsibus* at isp?
|
||||
scsibus* at ncr?
|
||||
|
||||
# SCSI devices
|
||||
|
|
Loading…
Reference in New Issue