miidevs revision 227906
150959Speter$FreeBSD: head/sys/dev/mii/miidevs 227906 2011-11-23 20:08:56Z marius $
2227906Smarius/*$NetBSD: miidevs,v 1.104 2011/11/12 11:10:49 sekiya Exp $*/
350120Swpaul
450120Swpaul/*-
550120Swpaul * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
650120Swpaul * All rights reserved.
750120Swpaul *
850120Swpaul * This code is derived from software contributed to The NetBSD Foundation
950120Swpaul * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
1050120Swpaul * NASA Ames Research Center.
1150120Swpaul *
1250120Swpaul * Redistribution and use in source and binary forms, with or without
1350120Swpaul * modification, are permitted provided that the following conditions
1450120Swpaul * are met:
1550120Swpaul * 1. Redistributions of source code must retain the above copyright
1650120Swpaul *    notice, this list of conditions and the following disclaimer.
1750120Swpaul * 2. Redistributions in binary form must reproduce the above copyright
1850120Swpaul *    notice, this list of conditions and the following disclaimer in the
1950120Swpaul *    documentation and/or other materials provided with the distribution.
2050120Swpaul *
2150120Swpaul * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2250120Swpaul * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2350120Swpaul * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2450120Swpaul * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2550120Swpaul * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2650120Swpaul * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2750120Swpaul * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2850120Swpaul * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2950120Swpaul * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3050120Swpaul * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3150120Swpaul * POSSIBILITY OF SUCH DAMAGE.
3250120Swpaul */
3350120Swpaul
3450120Swpaul/*
3550120Swpaul * List of known MII OUIs.
3650120Swpaul * For a complete list see http://standards.ieee.org/regauth/oui/
3750120Swpaul *
38221407Smarius * XXX Vendors do obviously not agree how OUIs (24 bit) are mapped
39221407Smarius * to the 22 bits available in the id registers.
40221407Smarius * IEEE 802.3u-1995, subclause 22.2.4.3.1, figure 22-12, depicts the right
41221407Smarius * mapping; the bit positions are defined in IEEE 802-1990, figure 5.2.
42221407Smarius * (There is a formal 802.3 interpretation, number 1-07/98 of July 09 1998,
43221407Smarius * about this.)
44221407Smarius * The MII_OUI() macro in "mii.h" reflects this.
45221407Smarius * If a vendor uses a different mapping, an "xx" prefixed OUI is defined here
46221407Smarius * which is mangled accordingly to compensate.
4750120Swpaul */
4850120Swpaul
49221407Smariusoui AGERE			0x00053d	Agere Systems
5061907Ssemenuoui ALTIMA			0x0010a9	Altima Communications
5150120Swpauloui AMD				0x00001a	Advanced Micro Devices
5250577Swpauloui BROADCOM			0x001018	Broadcom Corporation
53178667Sjhboui BROADCOM2			0x000af7	Broadcom Corporation
54221407Smariusoui BROADCOM3			0x001be9	Broadcom Corporation
55135048Swpauloui CICADA			0x0003F1	Cicada Semiconductor
5650120Swpauloui DAVICOM			0x00606e	Davicom Semiconductor
57221407Smariusoui ENABLESEMI			0x0010dd	Enable Semiconductor
58160637Syongarioui ICPLUS			0x0090c3	IC Plus Corp.
5950120Swpauloui ICS				0x00a0be	Integrated Circuit Systems
60221407Smariusoui INTEL			0x00aa00	Intel Corporation
61221407Smariusoui JMICRON			0x00d831	JMicron Technologies
6250120Swpauloui LEVEL1			0x00207b	Level 1
63221407Smariusoui MARVELL			0x005043	Marvell Semiconductor
64221407Smariusoui MYSON			0x00c0b4	Myson Technology
6550120Swpauloui NATSEMI			0x080017	National Semiconductor
66221407Smariusoui PMCSIERRA			0x00e004	PMC-Sierra
6750120Swpauloui QUALSEMI			0x006051	Quality Semiconductor
68221407Smariusoui RDC				0x00d02d	RDC Semiconductor
69221407Smariusoui REALTEK			0x00e04c	RealTek Semicondctor
70221407Smariusoui SEEQ			0x00a07d	Seeq Technology
7150120Swpauloui SIS				0x00e006	Silicon Integrated Systems
7250120Swpauloui TI				0x080028	Texas Instruments
73221407Smariusoui TSC				0x00c039	TDK Semiconductor
7459475Swpauloui XAQTI			0x00e0ae	XaQti Corp.
7550120Swpaul
76221407Smarius/* Some Intel 82553's use an alternative OUI. */
77221407Smariusoui xxINTEL			0x001f00	Intel Corporation
7850120Swpaul
79221407Smarius/* Some VIA 6122's use an alternative OUI. */
80221407Smariusoui xxCICADA			0x00c08f	Cicada Semiconductor
8174129Sjlemon
82221407Smarius/* bad bitorder (bits "g" and "h" (= MSBs byte 1) lost) */
83221407Smariusoui yyAMD			0x000058	Advanced Micro Devices
84221407Smariusoui xxATHEROS			0x00c82e	Atheros Communications
8559475Swpauloui xxBROADCOM			0x000818	Broadcom Corporation
86165090Sscottloui xxBROADCOM_ALT1		0x0050ef	Broadcom Corporation
87221407Smariusoui xxDAVICOM			0x000676	Davicom Semiconductor
88221407Smariusoui yyINTEL			0x005500	Intel Corporation
89221407Smariusoui xxJATO			0x0007c1	Jato Technologies
90221407Smariusoui xxMARVELL			0x000ac2	Marvell Semiconductor
91221407Smariusoui xxMYSON			0x00032d	Myson Technology
92221407Smariusoui xxNATSEMI			0x1000e8	National Semiconductor
93221407Smariusoui xxQUALSEMI			0x00068a	Quality Semiconductor
94221407Smariusoui xxTSC			0x00039c	TDK Semiconductor
95221407Smariusoui xxVITESSE			0x008083	Vitesse Semiconductor
9650120Swpaul
97221407Smarius/* bad byteorder (bits "q" and "r" (= LSBs byte 3) lost) */
98221407Smariusoui xxLEVEL1			0x782000	Level 1
99221407Smariusoui xxXAQTI			0xace000	XaQti Corp.
10050120Swpaul
10150120Swpaul/* Don't know what's going on here. */
102221407Smariusoui xxASIX			0x000674	Asix Semiconductor
103221407Smariusoui yyDAVICOM			0x000602	Davicom Semiconductor
104221407Smariusoui xxICPLUS			0x0009c3	IC Plus Corp.
105221407Smariusoui xxPMCSIERRA			0x0009c0	PMC-Sierra
106221407Smariusoui xxPMCSIERRA2		0x009057	PMC-Sierra
107221407Smariusoui xxREALTEK			0x000732	RealTek Semicondctor
108221407Smariusoui yyREALTEK			0x000004	RealTek Semicondctor
10950120Swpaul
11050120Swpaul/*
11150120Swpaul * List of known models.  Grouped by oui.
11250120Swpaul */
11350120Swpaul
114179895Sdelphij/* Agere Systems PHYs */
115206563Syongarimodel AGERE ET1011		0x0001 ET1011 10/100/1000baseT PHY
116179895Sdelphijmodel AGERE ET1011C		0x0004 ET1011C 10/100/1000baseT PHY
117179895Sdelphij
11861907Ssemenu/* Altima Communications PHYs */
119221407Smariusmodel ALTIMA ACXXX		0x0001 ACXXX 10/100 media interface
120221407Smariusmodel ALTIMA AC101L		0x0012 AC101L 10/100 media interface
121221407Smariusmodel ALTIMA AC101		0x0021 AC101 10/100 media interface
122221407Smarius/* AMD Am79C87[45] have ALTIMA OUI */
123221407Smariusmodel ALTIMA Am79C875		0x0014 Am79C875 10/100 media interface
124221407Smariusmodel ALTIMA Am79C874		0x0021 Am79C874 10/100 media interface
12561907Ssemenu
12650120Swpaul/* Advanced Micro Devices PHYs */
127221407Smarius/* see Davicom DM9101 for Am79C873 */
128221407Smariusmodel yyAMD 79C972_10T		0x0001 Am79C972 internal 10BASE-T interface
129221407Smariusmodel yyAMD 79c973phy		0x0036 Am79C973 internal 10/100 media interface
130221407Smariusmodel yyAMD 79c901		0x0037 Am79C901 10BASE-T interface
131221407Smariusmodel yyAMD 79c901home		0x0039 Am79C901 HomePNA 1.0 interface
13250120Swpaul
133221407Smarius/* Atheros Communications/Attansic PHYs */
134221407Smariusmodel xxATHEROS F1		0x0001 Atheros F1 10/100/1000 PHY
135221407Smariusmodel xxATHEROS F2		0x0002 Atheros F2 10/100 PHY
136221407Smariusmodel xxATHEROS F1_7		0x0007 Atheros F1 10/100/1000 PHY
137190538Simp
138221407Smarius/* Asix semiconductor PHYs */
139221407Smariusmodel xxASIX AX88X9X		0x0031 Ax88x9x internal PHY
140179098Syongari
141221407Smarius/* Broadcom Corp. PHYs */
142221407Smariusmodel xxBROADCOM 3C905B		0x0012 Broadcom 3c905B internal PHY
143221407Smariusmodel xxBROADCOM 3C905C		0x0017 Broadcom 3c905C internal PHY
144221407Smariusmodel xxBROADCOM BCM5201	0x0021 BCM5201 10/100 media interface
145221407Smariusmodel xxBROADCOM BCM5214	0x0028 BCM5214 Quad 10/100 media interface
146221407Smariusmodel xxBROADCOM BCM5221	0x001e BCM5221 10/100 media interface
147221407Smariusmodel xxBROADCOM BCM5222	0x0032 BCM5222 Dual 10/100 media interface
148221407Smariusmodel xxBROADCOM BCM4401	0x0036 BCM4401 10/100 media interface
149227906Smariusmodel xxBROADCOM BCM5365	0x0037 BCM5365 10/100 5-port PHY switch
150221407Smariusmodel BROADCOM BCM5400		0x0004 BCM5400 1000BASE-T media interface
151221407Smariusmodel BROADCOM BCM5401		0x0005 BCM5401 1000BASE-T media interface
152221407Smariusmodel BROADCOM BCM5411		0x0007 BCM5411 1000BASE-T media interface
153221407Smariusmodel BROADCOM BCM5464		0x000b BCM5464 1000BASE-T media interface
154221407Smariusmodel BROADCOM BCM5461		0x000c BCM5461 1000BASE-T media interface
155221407Smariusmodel BROADCOM BCM5462		0x000d BCM5462 1000BASE-T media interface
156221407Smariusmodel BROADCOM BCM5421		0x000e BCM5421 1000BASE-T media interface
157221407Smariusmodel BROADCOM BCM5752		0x0010 BCM5752 1000BASE-T media interface
158221407Smariusmodel BROADCOM BCM5701		0x0011 BCM5701 1000BASE-T media interface
159221407Smariusmodel BROADCOM BCM5706		0x0015 BCM5706 1000BASE-T/SX media interface
160221407Smariusmodel BROADCOM BCM5703		0x0016 BCM5703 1000BASE-T media interface
161221407Smariusmodel BROADCOM BCM5750		0x0018 BCM5750 1000BASE-T media interface
162221407Smariusmodel BROADCOM BCM5704		0x0019 BCM5704 1000BASE-T media interface
163221407Smariusmodel BROADCOM BCM5705		0x001a BCM5705 1000BASE-T media interface
164221407Smariusmodel BROADCOM BCM54K2		0x002e BCM54K2 1000BASE-T media interface
165221407Smariusmodel BROADCOM BCM5714		0x0034 BCM5714 1000BASE-T media interface
166221407Smariusmodel BROADCOM BCM5780		0x0035 BCM5780 1000BASE-T media interface
167221407Smariusmodel BROADCOM BCM5708C		0x0036 BCM5708C 1000BASE-T media interface
168227906Smariusmodel BROADCOM2 BCM5325		0x0003 BCM5325 10/100 5-port PHY switch
169221407Smariusmodel BROADCOM2 BCM5906		0x0004 BCM5906 10/100baseTX media interface
170221407Smariusmodel BROADCOM2 BCM5481		0x000a BCM5481 1000BASE-T media interface
171221407Smariusmodel BROADCOM2 BCM5482		0x000b BCM5482 1000BASE-T media interface
172221407Smariusmodel BROADCOM2 BCM5755		0x000c BCM5755 1000BASE-T media interface
173221407Smariusmodel BROADCOM2 BCM5754		0x000e BCM5754/5787 1000BASE-T media interface
174221407Smariusmodel BROADCOM2 BCM5708S	0x0015 BCM5708S 1000/2500baseSX PHY
175227906Smariusmodel BROADCOM2 BCM5785		0x0016 BCM5785 1000BASE-T media interface
176221407Smariusmodel BROADCOM2 BCM5709CAX	0x002c BCM5709CAX 10/100/1000baseT PHY
177221407Smariusmodel BROADCOM2 BCM5722		0x002d BCM5722 1000BASE-T media interface
178221407Smariusmodel BROADCOM2 BCM5784		0x003a BCM5784 10/100/1000baseT PHY
179221407Smariusmodel BROADCOM2 BCM5709C	0x003c BCM5709 10/100/1000baseT PHY
180221407Smariusmodel BROADCOM2 BCM5761		0x003d BCM5761 10/100/1000baseT PHY
181221407Smariusmodel BROADCOM2 BCM5709S	0x003f BCM5709S 1000/2500baseSX PHY
182221407Smariusmodel BROADCOM3 BCM5717C	0x0020 BCM5717C 1000BASE-T media interface
183221713Syongarimodel BROADCOM3 BCM5719C	0x0022 BCM5719C 1000BASE-T media interface
184221407Smariusmodel BROADCOM3 BCM57765	0x0024 BCM57765 1000BASE-T media interface
185226870Syongarimodel BROADCOM3 BCM5720C	0x0036 BCM5720C 1000BASE-T media interface
186221407Smariusmodel xxBROADCOM_ALT1 BCM5906	0x0004 BCM5906 10/100baseTX media interface
18750577Swpaul
188135048Swpaul/* Cicada Semiconductor PHYs (now owned by Vitesse?) */
189221407Smariusmodel xxCICADA CS8201		0x0001 Cicada CS8201 10/100/1000TX PHY
190221407Smariusmodel xxCICADA CS8204		0x0004 Cicada CS8204 10/100/1000TX PHY
191221407Smariusmodel xxCICADA VSC8211		0x000b Cicada VSC8211 10/100/1000TX PHY
192221407Smariusmodel xxCICADA CS8201A		0x0020 Cicada CS8201 10/100/1000TX PHY
193221407Smariusmodel xxCICADA CS8201B		0x0021 Cicada CS8201 10/100/1000TX PHY
194221407Smariusmodel xxCICADA CS8244		0x002c Cicada CS8244 10/100/1000TX PHY
195221407Smariusmodel xxVITESSE VSC8601		0x0002 Vitesse VSC8601 10/100/1000TX PHY
196135048Swpaul
19750120Swpaul/* Davicom Semiconductor PHYs */
198221407Smarius/* AMD Am79C873 seems to be a relabeled DM9101 */
199221407Smariusmodel xxDAVICOM DM9101		0x0000 DM9101 (AMD Am79C873) 10/100 media interface
200221407Smariusmodel xxDAVICOM DM9102		0x0004 DM9102 10/100 media interface
201221407Smariusmodel yyDAVICOM DM9101		0x0000 DM9101 10/100 media interface
20250120Swpaul
203221407Smarius/* IC Plus Corp. PHYs */
204221407Smariusmodel xxICPLUS IP101		0x0005 IP101 10/100 PHY
205221407Smariusmodel xxICPLUS IP1000A		0x0008 IP100A 10/100/1000 media interface
206221407Smariusmodel xxICPLUS IP1001		0x0019 IP1001 10/100/1000 media interface
207221407Smarius
20850120Swpaul/* Integrated Circuit Systems PHYs */
209221407Smariusmodel ICS 1889			0x0001 ICS1889 10/100 media interface
210221407Smariusmodel ICS 1890			0x0002 ICS1890 10/100 media interface
211221407Smariusmodel ICS 1892			0x0003 ICS1892 10/100 media interface
212221407Smariusmodel ICS 1893			0x0004 ICS1893 10/100 media interface
21350120Swpaul
214221407Smarius/* Intel Corporation PHYs */
215221407Smariusmodel xxINTEL I82553		0x0000 i82553 10/100 media interface
216221407Smariusmodel yyINTEL I82555		0x0015 i82555 10/100 media interface
217221407Smariusmodel yyINTEL I82562EH		0x0017 i82562EH HomePNA interface
218221407Smariusmodel yyINTEL I82562G		0x0031 i82562G 10/100 media interface
219221407Smariusmodel yyINTEL I82562EM		0x0032 i82562EM 10/100 media interface
220221407Smariusmodel yyINTEL I82562ET		0x0033 i82562ET 10/100 media interface
221221407Smariusmodel yyINTEL I82553		0x0035 i82553 10/100 media interface
222221407Smariusmodel yyINTEL I82566		0x0039 i82566 10/100/1000 media interface
223221407Smariusmodel INTEL I82577		0x0005 i82577 10/100/1000 media interface
224227906Smariusmodel INTEL I82579		0x0009 i82579 10/100/1000 media interface
225227906Smariusmodel xxMARVELL I82563		0x000a i82563 10/100/1000 media interface
226160637Syongari
227227906Smariusmodel yyINTEL IGP01E1000	0x0038 Intel IGP01E1000 Gigabit PHY
228227906Smarius
22977078Swpaul/* Jato Technologies PHYs */
230221407Smariusmodel xxJATO BASEX		0x0000 Jato 1000baseX media interface
23177078Swpaul
232179335Syongari/* JMicron Technologies PHYs */
233179335Syongarimodel JMICRON JMP211		0x0021 JMP211 10/100/1000 media interface
234179335Syongarimodel JMICRON JMP202		0x0022 JMP202 10/100 media interface
235179335Syongari
23650120Swpaul/* Level 1 PHYs */
23750120Swpaulmodel xxLEVEL1 LXT970		0x0000 LXT970 10/100 media interface
238221407Smariusmodel LEVEL1 LXT971		0x000e LXT971/2 10/100 media interface
239221407Smariusmodel LEVEL1 LXT973		0x0021 LXT973 10/100 Dual PHY
240221407Smariusmodel LEVEL1 LXT974		0x0004 LXT974 10/100 Quad PHY
241221407Smariusmodel LEVEL1 LXT975		0x0005 LXT975 10/100 Quad PHY
242221407Smariusmodel LEVEL1 LXT1000_OLD	0x0003 LXT1000 1000BASE-T media interface
243221407Smariusmodel LEVEL1 LXT1000		0x000c LXT1000 1000BASE-T media interface
24450120Swpaul
245221407Smarius/* Marvell Semiconductor PHYs */
246221407Smariusmodel xxMARVELL E1000		0x0000 Marvell 88E1000 Gigabit PHY
247221407Smariusmodel xxMARVELL E1011		0x0002 Marvell 88E1011 Gigabit PHY
248221407Smariusmodel xxMARVELL E1000_3		0x0003 Marvell 88E1000 Gigabit PHY
249221407Smariusmodel xxMARVELL E1000S		0x0004 Marvell 88E1000S Gigabit PHY
250221407Smariusmodel xxMARVELL E1000_5		0x0005 Marvell 88E1000 Gigabit PHY
251221407Smariusmodel xxMARVELL E1101		0x0006 Marvell 88E1101 Gigabit PHY
252221407Smariusmodel xxMARVELL E3082		0x0008 Marvell 88E3082 10/100 Fast Ethernet PHY
253221407Smariusmodel xxMARVELL E1112		0x0009 Marvell 88E1112 Gigabit PHY
254221407Smariusmodel xxMARVELL E1149		0x000b Marvell 88E1149 Gigabit PHY
255221407Smariusmodel xxMARVELL E1111		0x000c Marvell 88E1111 Gigabit PHY
256227906Smariusmodel xxMARVELL E1145		0x000d Marvell 88E1145 Quad Gigabit PHY
257221407Smariusmodel xxMARVELL E1116		0x0021 Marvell 88E1116 Gigabit PHY
258221407Smariusmodel xxMARVELL E1116R		0x0024 Marvell 88E1116R Gigabit PHY
259221407Smariusmodel xxMARVELL E1118		0x0022 Marvell 88E1118 Gigabit PHY
260223688Simpmodel xxMARVELL E1149R		0x0025 Marvell 88E1149R Quad Gigabit PHY
261221407Smariusmodel xxMARVELL E3016		0x0026 Marvell 88E3016 10/100 Fast Ethernet PHY
262221407Smariusmodel xxMARVELL PHYG65G		0x0027 Marvell PHYG65G Gigabit PHY
263227906Smariusmodel xxMARVELL E1116R_29	0x0029 Marvell 88E1116R Gigabit PHY
264221407Smariusmodel MARVELL E1000		0x0005 Marvell 88E1000 Gigabit PHY
265221407Smariusmodel MARVELL E1011		0x0002 Marvell 88E1011 Gigabit PHY
266221407Smariusmodel MARVELL E1000_3		0x0003 Marvell 88E1000 Gigabit PHY
267221407Smariusmodel MARVELL E1000_5		0x0005 Marvell 88E1000 Gigabit PHY
268221407Smariusmodel MARVELL E1111		0x000c Marvell 88E1111 Gigabit PHY
269221407Smarius
270227906Smarius/* Myson Technology PHYs */
271227906Smariusmodel xxMYSON MTD972		0x0000 MTD972 10/100 media interface
272227906Smariusmodel MYSON MTD803		0x0000 MTD803 3-in-1 media interface
273227906Smarius
27450120Swpaul/* National Semiconductor PHYs */
275221407Smariusmodel xxNATSEMI DP83840		0x0000 DP83840 10/100 media interface
276221407Smariusmodel xxNATSEMI DP83843		0x0001 DP83843 10/100 media interface
277221407Smariusmodel xxNATSEMI DP83815		0x0002 DP83815 10/100 media interface
278221407Smariusmodel xxNATSEMI DP83847		0x0003 DP83847 10/100 media interface
279221407Smariusmodel xxNATSEMI DP83891		0x0005 DP83891 1000BASE-T media interface
280221407Smariusmodel xxNATSEMI DP83861		0x0006 DP83861 1000BASE-T media interface
281221407Smariusmodel xxNATSEMI DP83865		0x0007 DP83865 1000BASE-T media interface
28250120Swpaul
283221407Smarius/* PMC Sierra PHYs */
284221407Smariusmodel xxPMCSIERRA PM8351	0x0000 PM8351 OctalPHY Gigabit interface
285221407Smariusmodel xxPMCSIERRA2 PM8352	0x0002 PM8352 OctalPHY Gigabit interface
286221407Smariusmodel xxPMCSIERRA2 PM8353	0x0003 PM8353 QuadPHY Gigabit interface
287221407Smariusmodel PMCSIERRA PM8354		0x0004 PM8354 QuadPHY Gigabit interface
288221407Smarius
28950120Swpaul/* Quality Semiconductor PHYs */
290221407Smariusmodel xxQUALSEMI QS6612		0x0000 QS6612 10/100 media interface
29150120Swpaul
292216828Syongari/* RDC Semiconductor PHYs */
293216828Syongarimodel RDC R6040			0x0003 R6040 10/100 media interface
294216828Syongari
295221407Smarius/* RealTek Semicondctor PHYs */
296221407Smariusmodel yyREALTEK RTL8201L	0x0020 RTL8201L 10/100 media interface
297221407Smariusmodel xxREALTEK RTL8169S	0x0011 RTL8169S/8110S/8211 1000BASE-T media interface
298221407Smariusmodel REALTEK RTL8305SC		0x0005 RTL8305SC 10/100 802.1q switch
299221407Smariusmodel REALTEK RTL8201E		0x0008 RTL8201E 10/100 media interface
300221407Smariusmodel REALTEK RTL8169S		0x0011 RTL8169S/8110S/8211 1000BASE-T media interface
30194149Swpaul
302221407Smarius/* Seeq Seeq PHYs */
303221407Smariusmodel SEEQ 80220		0x0003 Seeq 80220 10/100 media interface
304221407Smariusmodel SEEQ 84220		0x0004 Seeq 84220 10/100 media interface
305221407Smariusmodel SEEQ 80225		0x0008 Seeq 80225 10/100 media interface
30650120Swpaul
30750120Swpaul/* Silicon Integrated Systems PHYs */
308221407Smariusmodel SIS 900			0x0000 SiS 900 10/100 media interface
30950120Swpaul
31050120Swpaul/* Texas Instruments PHYs */
311221407Smariusmodel TI TLAN10T		0x0001 ThunderLAN 10BASE-T media interface
312221407Smariusmodel TI 100VGPMI		0x0002 ThunderLAN 100VG-AnyLan media interface
313221407Smariusmodel TI TNETE2101		0x0003 TNETE2101 media interface
31459475Swpaul
315221407Smarius/* TDK Semiconductor PHYs */
316221407Smariusmodel xxTSC 78Q2120		0x0014 78Q2120 10/100 media interface
317221407Smariusmodel xxTSC 78Q2121		0x0015 78Q2121 100BASE-TX media interface
31875353Smjacob
319221407Smarius/* XaQti Corp. PHYs */
320221407Smariusmodel xxXAQTI XMACII		0x0000 XaQti Corp. XMAC II gigabit interface
321