Add some missing Ethernet cards: rl, ti (not in INSTALL), sip, tlp.
This commit is contained in:
parent
9aa5adae3f
commit
803d0b1a4b
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: ALPHA,v 1.107 1999/09/29 10:46:03 kleink Exp $
|
# $NetBSD: ALPHA,v 1.108 1999/11/05 21:30:21 thorpej Exp $
|
||||||
#
|
#
|
||||||
# Alpha kernel with all the options you'd want, and more.
|
# Alpha kernel with all the options you'd want, and more.
|
||||||
|
|
||||||
|
@ -210,10 +210,18 @@ pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
|
||||||
pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI
|
pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI
|
||||||
ppb* at pci? dev ? function ? # PCI-PCI Bridges
|
ppb* at pci? dev ? function ? # PCI-PCI Bridges
|
||||||
pciide* at pci? dev ? function ? # PCI IDE controllers
|
pciide* at pci? dev ? function ? # PCI IDE controllers
|
||||||
|
rl* at pci? dev ? function ? # RealTek 8129/8139 Ethernet
|
||||||
sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
|
sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
|
||||||
|
sip* at pci? dev ? function ? # SiS 900 Ethernet
|
||||||
sv* at pci? dev ? function ? # S3 SonicVibes
|
sv* at pci? dev ? function ? # S3 SonicVibes
|
||||||
tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
|
tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
|
||||||
|
ti* at pci? dev ? function ? # Aleton Tigon Gig-E
|
||||||
tl* at pci? dev ? function ? # TI ThunderLAN Ethernet
|
tl* at pci? dev ? function ? # TI ThunderLAN Ethernet
|
||||||
|
tlp* at pci? dev ? function ? # DECchip 21x4x and clones
|
||||||
|
#options TLP_MATCH_21040
|
||||||
|
#options TLP_MATCH_21041
|
||||||
|
#options TLP_MATCH_21140
|
||||||
|
#options TLP_MATCH_21142
|
||||||
vga* at pci? dev ? function ? # PCI VGA Graphics
|
vga* at pci? dev ? function ? # PCI VGA Graphics
|
||||||
uhci* at pci? dev ? function ? # USB Univ. Host Controller
|
uhci* at pci? dev ? function ? # USB Univ. Host Controller
|
||||||
ohci* at pci? dev ? function ? # USB Open Host Controller
|
ohci* at pci? dev ? function ? # USB Open Host Controller
|
||||||
|
@ -282,6 +290,7 @@ ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI
|
||||||
bha* at eisa? slot ? # BusLogic 7xx SCSI
|
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
|
||||||
uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
|
uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
|
||||||
|
|
||||||
# SCSI bus support
|
# SCSI bus support
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: GENERIC,v 1.130 1999/09/29 10:43:14 kleink Exp $
|
# $NetBSD: GENERIC,v 1.131 1999/11/05 21:30: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.
|
||||||
|
|
||||||
|
@ -184,10 +184,18 @@ pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
|
||||||
pciide* at pci? dev ? function ? # PCI IDE controllers
|
pciide* at pci? dev ? function ? # PCI IDE controllers
|
||||||
pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI
|
pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI
|
||||||
ppb* at pci? dev ? function ? # PCI-PCI Bridges
|
ppb* at pci? dev ? function ? # PCI-PCI Bridges
|
||||||
|
rl* at pci? dev ? function ? # RealTek 8129/8139 Ethernet
|
||||||
sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
|
sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
|
||||||
|
sip* at pci? dev ? function ? # SiS 900 Ethernet
|
||||||
sv* at pci? dev ? function ? # S3 SonicVibes
|
sv* at pci? dev ? function ? # S3 SonicVibes
|
||||||
tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
|
tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
|
||||||
|
ti* at pci? dev ? function ? # Alteon Tigon Gig-E
|
||||||
tl* at pci? dev ? function ? # TI ThunderLAN Ethernet
|
tl* at pci? dev ? function ? # TI ThunderLAN Ethernet
|
||||||
|
tlp* at pci? dev ? function ? # DECchip 21x4x and clones
|
||||||
|
#options TLP_MATCH_21040
|
||||||
|
#options TLP_MATCH_21041
|
||||||
|
#options TLP_MATCH_21140
|
||||||
|
#options TLP_MATCH_21142
|
||||||
uhci* at pci? dev ? function ? # USB Univ. Host Controller
|
uhci* at pci? dev ? function ? # USB Univ. Host Controller
|
||||||
vga* at pci? dev ? function ? # PCI VGA Graphics
|
vga* at pci? dev ? function ? # PCI VGA Graphics
|
||||||
vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
|
vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
|
||||||
|
@ -259,6 +267,7 @@ ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI
|
||||||
bha* at eisa? slot ? # BusLogic 7xx SCSI
|
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
|
||||||
uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
|
uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
|
||||||
|
|
||||||
# SCSI bus support
|
# SCSI bus support
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: INSTALL,v 1.30 1999/09/28 23:43:07 ad Exp $
|
# $NetBSD: INSTALL,v 1.31 1999/11/05 21:30:21 thorpej Exp $
|
||||||
#
|
#
|
||||||
# Alpha INSTALL kernel.
|
# Alpha INSTALL kernel.
|
||||||
|
|
||||||
|
@ -146,9 +146,16 @@ pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
|
||||||
pciide* at pci? dev ? function ? # PCI IDE controllers
|
pciide* at pci? dev ? function ? # PCI IDE controllers
|
||||||
pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI
|
pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI
|
||||||
ppb* at pci? dev ? function ? # PCI-PCI Bridges
|
ppb* at pci? dev ? function ? # PCI-PCI Bridges
|
||||||
|
rl* at pci? dev ? function ? # RealTek 8129/8139 Ethernet
|
||||||
sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
|
sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
|
||||||
|
sip* at pci? dev ? function ? # SiS 900 Ethernet
|
||||||
tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
|
tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
|
||||||
tl* at pci? dev ? function ? # TI ThunderLAN Ethernet
|
tl* at pci? dev ? function ? # TI ThunderLAN Ethernet
|
||||||
|
tlp* at pci? dev ? function ? # DECchip 21x4x and clones
|
||||||
|
#options TLP_MATCH_21040
|
||||||
|
#options TLP_MATCH_21041
|
||||||
|
#options TLP_MATCH_21140
|
||||||
|
#options TLP_MATCH_21142
|
||||||
vga* at pci? dev ? function ? # PCI VGA Graphics
|
vga* at pci? dev ? function ? # PCI VGA Graphics
|
||||||
vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
|
vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
|
||||||
|
|
||||||
|
@ -190,6 +197,7 @@ ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI
|
||||||
bha* at eisa? slot ? # BusLogic 7xx SCSI
|
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
|
||||||
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