View | Details | Raw Unified | Return to bug 141358
Collapse All | Expand All

(-)NOTES (-3 / +36 lines)
Lines 1812-1825 Link Here
1812
#
1812
#
1813
# Network interfaces:
1813
# Network interfaces:
1814
#
1814
#
1815
# MII bus support is required for some PCI 10/100 ethernet NICs,
1815
# MII bus support is required for some PCI 10/100/1000 ethernet NICs,
1816
# namely those which use MII-compliant transceivers or implement
1816
# namely those which use MII-compliant transceivers or implement
1817
# transceiver control interfaces that operate like an MII. Adding
1817
# transceiver control interfaces that operate like an MII. Adding
1818
# "device miibus" to the kernel config pulls in support for
1818
# "device miibus" to the kernel config pulls in support for
1819
# the generic miibus API and all of the PHY drivers, including a
1819
# the generic miibus API and all of the PHY drivers, including a
1820
# generic one for PHYs that aren't specifically handled by an
1820
# generic one for PHYs that aren't specifically handled by an
1821
# individual driver.
1821
# individual driver. Support for specific PHYs may be built by adding
1822
device		miibus
1822
# "device mii" then adding the appropriate PHY driver.
1823
device		miibus		# MII support including all PHYs
1824
device		mii		# Minimal MII support
1825
1826
device		acphy		# Altima Communications AC101
1827
device		amphy		# AMD AM79c873 / Davicom DM910{1,2}
1828
device		atphy		# Attansic/Atheros F1
1829
device		axphy		# Asix Semiconductor AX88x9x
1830
device		bmtphy		# Broadcom BCM5201/BCM5202 and 3Com 3c905C
1831
device		brgphy		# Broadcom BCM54xx/57xx 1000baseTX
1832
device		ciphy		# Cicada/Vitesse CS/VSC8xxx
1833
device		e1000phy	# Marvell 88E1000 1000/100/10-BT
1834
device		exphy		# 3Com internal PHY
1835
device		gentbi		# Generic 10-bit 1000BASE-{LX,SX} fiber ifaces
1836
device		icsphy		# ICS ICS1889-1893
1837
device		inphy		# Intel 82553/82555
1838
device		ip1000phy	# IC Plus IP1000A/IP1001
1839
device		jmphy		# JMicron JMP211/JMP202
1840
device		lxtphy		# Level One LXT-970
1841
device		mlphy		# Micro Linear 6692
1842
device		nsgphy		# NatSemi DP8361/DP83865/DP83891
1843
device		nsphy		# NatSemi DP83840A
1844
device		nsphyter	# NatSemi DP83843/DP83815
1845
device		pnaphy		# HomePNA
1846
device		qsphy		# Quality Semiconductor QS6612
1847
device		rgephy		# RealTek 8169S/8110S/8211B/8211C
1848
device		rlphy		# RealTek 8139
1849
device		rlswitch	# RealTek 8305
1850
device		ruephy		# RealTek RTL8150
1851
device		smcphy		# SMSC LAN91C111
1852
device		tdkphy		# TDK 89Q2120
1853
device		tlphy		# Texas Instruments ThunderLAN
1854
device		truephy		# LSI TruePHY
1855
device		xmphy		# XaQti XMAC II
1823
1856
1824
# an:   Aironet 4500/4800 802.11 wireless adapters. Supports the PCMCIA,
1857
# an:   Aironet 4500/4800 802.11 wireless adapters. Supports the PCMCIA,
1825
#       PCI and ISA varieties.
1858
#       PCI and ISA varieties.

Return to bug 141358