Add tlp, document TLP_MATCH_* options, and add some missing PHYs.
This commit is contained in:
parent
f759642ae2
commit
718f6380a7
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.269 1999/11/04 19:43:13 sommerfeld Exp $
|
||||
# $NetBSD: GENERIC,v 1.270 1999/11/05 21:36:21 thorpej Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -447,6 +447,10 @@ ne* at pci? dev ? function ? # NE2000-compatible Ethernet
|
|||
sip* at pci? dev ? function ? # SiS 900 Ethernet
|
||||
tl* at pci? dev ? function ? # ThunderLAN-based Ethernet
|
||||
tlp* at pci? dev ? function ? # DECchip 21x4x (and clones) Ethernet
|
||||
#options TLP_MATCH_21040
|
||||
#options TLP_MATCH_21041
|
||||
#options TLP_MATCH_21140
|
||||
#options TLP_MATCH_21142
|
||||
vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
|
||||
lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
|
||||
rl* at pci? dev ? function ? # Realtek 8129/8139
|
||||
|
@ -454,6 +458,7 @@ rl* at pci? dev ? function ? # Realtek 8129/8139
|
|||
# EISA network interfaces
|
||||
ep* at eisa? slot ? # 3Com 3c579 Ethernet
|
||||
fea* at eisa? slot ? # DEC DEFEA FDDI
|
||||
tlp* at eisa? slot ? # DEC DE-425 Ethernet
|
||||
|
||||
# ISA Plug-and-Play network interfaces
|
||||
ep* at isapnp? # 3Com 3c509 Ethernet
|
||||
|
@ -504,11 +509,13 @@ we1 at isa? port 0x300 iomem 0xcc000 irq 10
|
|||
exphy* at mii? phy ? # 3Com internal PHYs
|
||||
icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
|
||||
inphy* at mii? phy ? # Intel 82555 PHYs
|
||||
iophy* at mii? phy ? # Intel 82553 PHYs
|
||||
lxtphy* at mii? phy ? # Level One LXT-970 PHYs
|
||||
nsphy* at mii? phy ? # NS83840 PHYs
|
||||
qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
|
||||
sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
|
||||
tlphy* at mii? phy ? # ThunderLAN PHYs
|
||||
tqphy* at mii? phy ? # TDK Semiconductor PHYs
|
||||
ukphy* at mii? phy ? # generic unknown PHYs
|
||||
|
||||
# USB Controller and Devices
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.129 1999/10/08 13:53:00 drochner Exp $
|
||||
# $NetBSD: INSTALL,v 1.130 1999/11/05 21:36:21 thorpej Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
|
@ -428,6 +428,11 @@ le* at pci? dev ? function ? # PCnet-PCI Ethernet
|
|||
ne* at pci? dev ? function ? # NE2000-compatible Ethernet
|
||||
sip* at pci? dev ? function ? # SiS 900 Ethernet
|
||||
tl* at pci? dev ? function ? # ThunderLAN-based Ethernet
|
||||
tlp* at pci? dev ? function ? # DECchip 21x4x (and clones) Ethernet
|
||||
#options TLP_MATCH_21040
|
||||
#options TLP_MATCH_21041
|
||||
#options TLP_MATCH_21140
|
||||
#options TLP_MATCH_21142
|
||||
vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
|
||||
lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
|
||||
rl* at pci? dev ? function ? # Realtek 8129/8139
|
||||
|
@ -435,6 +440,7 @@ rl* at pci? dev ? function ? # Realtek 8129/8139
|
|||
# EISA network interfaces
|
||||
ep* at eisa? slot ? # 3Com 3c579 Ethernet
|
||||
fea* at eisa? slot ? # DEC DEFEA FDDI
|
||||
tlp* at eisa? slot ? # DEC DE-425 Ethernet
|
||||
|
||||
# ISA Plug-and-Play network interfaces
|
||||
ep* at isapnp? # 3Com 3c509 Ethernet
|
||||
|
@ -484,11 +490,13 @@ we1 at isa? port 0x300 iomem 0xcc000 irq 10
|
|||
exphy* at mii? phy ? # 3Com internal PHYs
|
||||
icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
|
||||
inphy* at mii? phy ? # Intel 82555 PHYs
|
||||
iophy* at mii? phy ? # Intel 82553 PHYs
|
||||
lxtphy* at mii? phy ? # Level One LXT-970 PHYs
|
||||
nsphy* at mii? phy ? # NS83840 PHYs
|
||||
qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
|
||||
sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
|
||||
tlphy* at mii? phy ? # ThunderLAN PHYs
|
||||
tqphy* at mii? phy ? # TDK Semiconductor PHYs
|
||||
ukphy* at mii? phy ? # generic unknown PHYs
|
||||
|
||||
# USB Controller and Devices
|
||||
|
|
Loading…
Reference in New Issue