Pull in a newer list of mii/phy drivers.
This commit is contained in:
parent
b7632e6c3f
commit
48a1b3aab1
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: GENERIC,v 1.28 2002/06/17 05:14:07 lukem Exp $
|
# $NetBSD: GENERIC,v 1.29 2002/09/05 19:53:15 nathanw Exp $
|
||||||
#
|
#
|
||||||
# GENERIC machine description file
|
# GENERIC machine description file
|
||||||
#
|
#
|
||||||
|
@ -273,18 +273,28 @@ vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
|
||||||
rtk* at pci? dev ? function ? # Realtek 8129/8139
|
rtk* at pci? dev ? function ? # Realtek 8129/8139
|
||||||
|
|
||||||
# MII/PHY support
|
# MII/PHY support
|
||||||
|
acphy* at mii? phy ? # DAltima AC101 and AMD Am79c874 PHYs
|
||||||
|
amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
|
||||||
|
bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
|
||||||
|
brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs
|
||||||
|
dmphy* at mii? phy ? # Davicom DM9101 PHYs
|
||||||
exphy* at mii? phy ? # 3Com internal PHYs
|
exphy* at mii? phy ? # 3Com internal PHYs
|
||||||
#icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
|
glxtphy* at mii? phy ? # Level One LXT-1000 PHYs
|
||||||
|
gphyter* at mii? phy ? # NS83861 Gig-E PHY
|
||||||
|
icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
|
||||||
inphy* at mii? phy ? # Intel 82555 PHYs
|
inphy* at mii? phy ? # Intel 82555 PHYs
|
||||||
#iophy* at mii? phy ? # Intel 82553 PHYs
|
iophy* at mii? phy ? # Intel 82553 PHYs
|
||||||
#lxtphy* at mii? phy ? # Level One LXT-970 PHYs
|
lxtphy* at mii? phy ? # Level One LXT-970 PHYs
|
||||||
|
makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
|
||||||
nsphy* at mii? phy ? # NS83840 PHYs
|
nsphy* at mii? phy ? # NS83840 PHYs
|
||||||
#nsphyter* at mii? phy ? # NS83843 PHYs
|
nsphyter* at mii? phy ? # NS83843 PHYs
|
||||||
|
pnaphy* at mii? phy ? # generic HomePNA PHYs
|
||||||
qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
|
qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
|
||||||
#sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
|
sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
|
||||||
#tlphy* at mii? phy ? # ThunderLAN PHYs
|
tlphy* at mii? phy ? # ThunderLAN PHYs
|
||||||
#tqphy* at mii? phy ? # TDK Semiconductor PHYs
|
tqphy* at mii? phy ? # TDK Semiconductor PHYs
|
||||||
ukphy* at mii? phy ? # generic unknown PHYs
|
ukphy* at mii? phy ? # generic unknown PHYs
|
||||||
|
urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
|
||||||
|
|
||||||
# USB Controller and Devices
|
# USB Controller and Devices
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue