Sun May 3 23:09:12 2009 UTC ()
Pull up following revision(s) (requested by sborrill in ticket #721):
	sys/dev/mii/miidevs: revision 1.81-1.83
Add ATHEROS F1 and F2 PHYs.
Add ATTANSIC and their L1/L2 PHYs.
Add a comment explaining how to regenerate miidevs.h and miidevs_data.h.


(snj)
diff -r1.78 -r1.78.4.1 src/sys/dev/mii/miidevs

cvs diff -r1.78 -r1.78.4.1 src/sys/dev/mii/miidevs (switch to unified diff)

--- src/sys/dev/mii/miidevs 2008/09/28 18:30:11 1.78
+++ src/sys/dev/mii/miidevs 2009/05/03 23:09:12 1.78.4.1
@@ -1,243 +1,257 @@ @@ -1,243 +1,257 @@
1$NetBSD: miidevs,v 1.78 2008/09/28 18:30:11 bouyer Exp $ 1$NetBSD: miidevs,v 1.78.4.1 2009/05/03 23:09:12 snj Exp $
2 2
3/*- 3/*-
4 * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. 4 * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
5 * All rights reserved. 5 * All rights reserved.
6 * 6 *
7 * This code is derived from software contributed to The NetBSD Foundation 7 * This code is derived from software contributed to The NetBSD Foundation
8 * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility, 8 * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
9 * NASA Ames Research Center. 9 * NASA Ames Research Center.
10 * 10 *
11 * Redistribution and use in source and binary forms, with or without 11 * Redistribution and use in source and binary forms, with or without
12 * modification, are permitted provided that the following conditions 12 * modification, are permitted provided that the following conditions
13 * are met: 13 * are met:
14 * 1. Redistributions of source code must retain the above copyright 14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions and the following disclaimer. 15 * notice, this list of conditions and the following disclaimer.
16 * 2. Redistributions in binary form must reproduce the above copyright 16 * 2. Redistributions in binary form must reproduce the above copyright
17 * notice, this list of conditions and the following disclaimer in the 17 * notice, this list of conditions and the following disclaimer in the
18 * documentation and/or other materials provided with the distribution. 18 * documentation and/or other materials provided with the distribution.
19 * 19 *
20 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 20 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
21 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
22 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 23 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
24 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 24 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 25 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 26 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 28 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 * POSSIBILITY OF SUCH DAMAGE. 30 * POSSIBILITY OF SUCH DAMAGE.
31 */ 31 */
32 32
33/* 33/*
34 * List of known MII OUIs. 34 * List of known MII OUIs.
35 * For a complete list see http://standards.ieee.org/regauth/oui/ 35 * For a complete list see http://standards.ieee.org/regauth/oui/
36 * 36 *
37 * XXX Vendors do obviously not agree how OUIs (24 bit) are mapped 37 * XXX Vendors do obviously not agree how OUIs (24 bit) are mapped
38 * to the 22 bits available in the id registers. 38 * to the 22 bits available in the id registers.
39 * IEEE 802.3u-1995, subclause 22.2.4.3.1, figure 22-12, depicts the right 39 * IEEE 802.3u-1995, subclause 22.2.4.3.1, figure 22-12, depicts the right
40 * mapping; the bit positions are defined in IEEE 802-1990, figure 5.2. 40 * mapping; the bit positions are defined in IEEE 802-1990, figure 5.2.
41 * (There is a formal 802.3 interpretation, number 1-07/98 of July 09 1998, 41 * (There is a formal 802.3 interpretation, number 1-07/98 of July 09 1998,
42 * about this.) 42 * about this.)
43 * The MII_OUI() macro in "mii.h" reflects this. 43 * The MII_OUI() macro in "mii.h" reflects this.
44 * If a vendor uses a different mapping, an "xx" prefixed OUI is defined here 44 * If a vendor uses a different mapping, an "xx" prefixed OUI is defined here
45 * which is mangled accordingly to compensate. 45 * which is mangled accordingly to compensate.
46 */ 46 */
47 47
 48/*
 49* Use "make -f Makefile.miidevs" to regenerate miidevs.h and miidevs_data.h
 50*/
 51
48oui ALTIMA 0x0010a9 Altima Communications 52oui ALTIMA 0x0010a9 Altima Communications
49oui AMD 0x00001a Advanced Micro Devices 53oui AMD 0x00001a Advanced Micro Devices
 54oui ATHEROS 0x001374 Atheros
 55oui ATTANSIC 0x00c82e Attansic Technology
50oui BROADCOM 0x001018 Broadcom Corporation 56oui BROADCOM 0x001018 Broadcom Corporation
51oui BROADCOM2 0x000af7 Broadcom Corporation 57oui BROADCOM2 0x000af7 Broadcom Corporation
52oui CICADA 0x0003F1 Cicada Semiconductor 58oui CICADA 0x0003F1 Cicada Semiconductor
53oui DAVICOM 0x00606e Davicom Semiconductor 59oui DAVICOM 0x00606e Davicom Semiconductor
54oui ENABLESEMI 0x0010dd Enable Semiconductor 60oui ENABLESEMI 0x0010dd Enable Semiconductor
55oui ICPLUS 0x0090c3 IC Plus Corp. 61oui ICPLUS 0x0090c3 IC Plus Corp.
56oui ICS 0x00a0be Integrated Circuit Systems 62oui ICS 0x00a0be Integrated Circuit Systems
57oui INTEL 0x00aa00 Intel 63oui INTEL 0x00aa00 Intel
58oui JMICRON 0x00d831 JMicron 64oui JMICRON 0x00d831 JMicron
59oui LEVEL1 0x00207b Level 1 65oui LEVEL1 0x00207b Level 1
60oui MARVELL 0x005043 Marvell Semiconductor 66oui MARVELL 0x005043 Marvell Semiconductor
61oui MYSON 0x00c0b4 Myson Technology 67oui MYSON 0x00c0b4 Myson Technology
62oui NATSEMI 0x080017 National Semiconductor 68oui NATSEMI 0x080017 National Semiconductor
63oui PMCSIERRA 0x00e004 PMC-Sierra 69oui PMCSIERRA 0x00e004 PMC-Sierra
64oui REALTEK 0x00e04c RealTek 70oui REALTEK 0x00e04c RealTek
65oui QUALSEMI 0x006051 Quality Semiconductor 71oui QUALSEMI 0x006051 Quality Semiconductor
66oui SEEQ 0x00a07d Seeq 72oui SEEQ 0x00a07d Seeq
67oui SIS 0x00e006 Silicon Integrated Systems 73oui SIS 0x00e006 Silicon Integrated Systems
68oui TI 0x080028 Texas Instruments 74oui TI 0x080028 Texas Instruments
69oui TSC 0x00c039 TDK Semiconductor 75oui TSC 0x00c039 TDK Semiconductor
70oui XAQTI 0x00e0ae XaQti Corp. 76oui XAQTI 0x00e0ae XaQti Corp.
71 77
72/* Some Intel 82553's use an alternative OUI. */ 78/* Some Intel 82553's use an alternative OUI. */
73oui xxINTEL 0x001f00 Intel 79oui xxINTEL 0x001f00 Intel
74 80
75/* Some VIA 6122's use an alternative OUI. */ 81/* Some VIA 6122's use an alternative OUI. */
76oui xxCICADA 0x00c08f Cicada Semiconductor 82oui xxCICADA 0x00c08f Cicada Semiconductor
77 83
78/* bad bitorder (bits "g" and "h" (= MSBs byte 1) lost) */ 84/* bad bitorder (bits "g" and "h" (= MSBs byte 1) lost) */
79oui yyAMD 0x000058 Advanced Micro Devices 85oui yyAMD 0x000058 Advanced Micro Devices
80oui xxBROADCOM 0x000818 Broadcom Corporation 86oui xxBROADCOM 0x000818 Broadcom Corporation
81oui xxBROADCOM_ALT1 0x0050ef Broadcom Corporation 87oui xxBROADCOM_ALT1 0x0050ef Broadcom Corporation
82oui xxDAVICOM 0x000676 Davicom Semiconductor 88oui xxDAVICOM 0x000676 Davicom Semiconductor
83oui yyINTEL 0x005500 Intel 89oui yyINTEL 0x005500 Intel
84oui xxMARVELL 0x000ac2 Marvell Semiconductor 90oui xxMARVELL 0x000ac2 Marvell Semiconductor
85oui xxMYSON 0x00032d Myson Technology 91oui xxMYSON 0x00032d Myson Technology
86oui xxNATSEMI 0x1000e8 National Semiconductor 92oui xxNATSEMI 0x1000e8 National Semiconductor
87oui xxQUALSEMI 0x00068a Quality Semiconductor 93oui xxQUALSEMI 0x00068a Quality Semiconductor
88oui xxTSC 0x00039c TDK Semiconductor 94oui xxTSC 0x00039c TDK Semiconductor
89 95
90/* bad byteorder (bits "q" and "r" (= LSBs byte 3) lost) */ 96/* bad byteorder (bits "q" and "r" (= LSBs byte 3) lost) */
91oui xxLEVEL1 0x782000 Level 1 97oui xxLEVEL1 0x782000 Level 1
92oui xxXAQTI 0xace000 XaQti Corp. 98oui xxXAQTI 0xace000 XaQti Corp.
93 99
94/* Don't know what's going on here. */ 100/* Don't know what's going on here. */
95oui xxPMCSIERRA 0x0009c0 PMC-Sierra 101oui xxPMCSIERRA 0x0009c0 PMC-Sierra
96oui xxPMCSIERRA2 0x009057 PMC-Sierra 102oui xxPMCSIERRA2 0x009057 PMC-Sierra
97 103
98oui xxREALTEK 0x000732 Realtek 104oui xxREALTEK 0x000732 Realtek
99oui yyREALTEK 0x000004 Realtek 105oui yyREALTEK 0x000004 Realtek
100/* 106/*
101 * List of known models. Grouped by oui. 107 * List of known models. Grouped by oui.
102 */ 108 */
103 109
 110/* Atheros PHYs */
 111model ATHEROS F1 0x0001 F1 10/100/1000 PHY
 112model ATHEROS F2 0x0002 F2 10/100 PHY
 113
 114/* Attansic PHYs */
 115model ATTANSIC L1 0x0001 L1 10/100/1000 PHY
 116model ATTANSIC L2 0x0002 L2 10/100 PHY
 117
104/* Altima Communications PHYs */ 118/* Altima Communications PHYs */
105/* Don't know the model for ACXXX */ 119/* Don't know the model for ACXXX */
106model ALTIMA ACXXX 0x0001 ACXXX 10/100 media interface 120model ALTIMA ACXXX 0x0001 ACXXX 10/100 media interface
107model ALTIMA AC101 0x0021 AC101 10/100 media interface 121model ALTIMA AC101 0x0021 AC101 10/100 media interface
108model ALTIMA AC101L 0x0012 AC101L 10/100 media interface 122model ALTIMA AC101L 0x0012 AC101L 10/100 media interface
109/* AMD Am79C87[45] have ALTIMA OUI */ 123/* AMD Am79C87[45] have ALTIMA OUI */
110model ALTIMA Am79C875 0x0014 Am79C875 10/100 media interface 124model ALTIMA Am79C875 0x0014 Am79C875 10/100 media interface
111model ALTIMA Am79C874 0x0021 Am79C874 10/100 media interface 125model ALTIMA Am79C874 0x0021 Am79C874 10/100 media interface
112 126
113/* Advanced Micro Devices PHYs */ 127/* Advanced Micro Devices PHYs */
114/* see Davicom DM9101 for Am79C873 */ 128/* see Davicom DM9101 for Am79C873 */
115model yyAMD 79C972_10T 0x0001 Am79C972 internal 10BASE-T interface 129model yyAMD 79C972_10T 0x0001 Am79C972 internal 10BASE-T interface
116model yyAMD 79c973phy 0x0036 Am79C973 internal 10/100 media interface 130model yyAMD 79c973phy 0x0036 Am79C973 internal 10/100 media interface
117model yyAMD 79c901 0x0037 Am79C901 10BASE-T interface 131model yyAMD 79c901 0x0037 Am79C901 10BASE-T interface
118model yyAMD 79c901home 0x0039 Am79C901 HomePNA 1.0 interface 132model yyAMD 79c901home 0x0039 Am79C901 HomePNA 1.0 interface
119 133
120/* Broadcom Corp. PHYs */ 134/* Broadcom Corp. PHYs */
121model xxBROADCOM 3C905B 0x0012 Broadcom 3c905B internal PHY 135model xxBROADCOM 3C905B 0x0012 Broadcom 3c905B internal PHY
122model xxBROADCOM 3C905C 0x0017 Broadcom 3c905C internal PHY 136model xxBROADCOM 3C905C 0x0017 Broadcom 3c905C internal PHY
123model xxBROADCOM BCM5201 0x0021 BCM5201 10/100 media interface 137model xxBROADCOM BCM5201 0x0021 BCM5201 10/100 media interface
124model xxBROADCOM BCM5214 0x0028 BCM5214 Quad 10/100 media interface 138model xxBROADCOM BCM5214 0x0028 BCM5214 Quad 10/100 media interface
125model xxBROADCOM BCM5221 0x001e BCM5221 10/100 media interface 139model xxBROADCOM BCM5221 0x001e BCM5221 10/100 media interface
126model xxBROADCOM BCM5222 0x0032 BCM5222 Dual 10/100 media interface 140model xxBROADCOM BCM5222 0x0032 BCM5222 Dual 10/100 media interface
127model xxBROADCOM BCM4401 0x0036 BCM4401 10/100 media interface 141model xxBROADCOM BCM4401 0x0036 BCM4401 10/100 media interface
128model BROADCOM BCM5400 0x0004 BCM5400 1000BASE-T media interface 142model BROADCOM BCM5400 0x0004 BCM5400 1000BASE-T media interface
129model BROADCOM BCM5401 0x0005 BCM5401 1000BASE-T media interface 143model BROADCOM BCM5401 0x0005 BCM5401 1000BASE-T media interface
130model BROADCOM BCM5411 0x0007 BCM5411 1000BASE-T media interface 144model BROADCOM BCM5411 0x0007 BCM5411 1000BASE-T media interface
131model BROADCOM BCM5421 0x000e BCM5421 1000BASE-T media interface 145model BROADCOM BCM5421 0x000e BCM5421 1000BASE-T media interface
132model BROADCOM BCM5752 0x0010 BCM5752 1000BASE-T media interface 146model BROADCOM BCM5752 0x0010 BCM5752 1000BASE-T media interface
133model BROADCOM BCM5701 0x0011 BCM5701 1000BASE-T media interface 147model BROADCOM BCM5701 0x0011 BCM5701 1000BASE-T media interface
134model BROADCOM BCM5703 0x0016 BCM5703 1000BASE-T media interface 148model BROADCOM BCM5703 0x0016 BCM5703 1000BASE-T media interface
135model BROADCOM BCM5704 0x0019 BCM5704 1000BASE-T media interface 149model BROADCOM BCM5704 0x0019 BCM5704 1000BASE-T media interface
136model BROADCOM BCM5705 0x001a BCM5705 1000BASE-T media interface 150model BROADCOM BCM5705 0x001a BCM5705 1000BASE-T media interface
137model BROADCOM BCM5750 0x0018 BCM5750 1000BASE-T media interface 151model BROADCOM BCM5750 0x0018 BCM5750 1000BASE-T media interface
138model BROADCOM BCM5714 0x0034 BCM5714 1000BASE-T media interface 152model BROADCOM BCM5714 0x0034 BCM5714 1000BASE-T media interface
139model BROADCOM BCM5780 0x0035 BCM5780 1000BASE-T media interface 153model BROADCOM BCM5780 0x0035 BCM5780 1000BASE-T media interface
140model BROADCOM BCM5708C 0x0036 BCM5708C 1000BASE-T media interface 154model BROADCOM BCM5708C 0x0036 BCM5708C 1000BASE-T media interface
141model BROADCOM2 BCM5755 0x000c BCM5755 1000BASE-T media interface 155model BROADCOM2 BCM5755 0x000c BCM5755 1000BASE-T media interface
142model BROADCOM2 BCM5754 0x000e BCM5754/5787 1000BASE-T media interface 156model BROADCOM2 BCM5754 0x000e BCM5754/5787 1000BASE-T media interface
143model xxBROADCOM_ALT1 BCM5906 0x0004 BCM5906 10/100baseTX media interface 157model xxBROADCOM_ALT1 BCM5906 0x0004 BCM5906 10/100baseTX media interface
144  158
145/* Cicada Semiconductor PHYs (now owned by Vitesse?) */ 159/* Cicada Semiconductor PHYs (now owned by Vitesse?) */
146model CICADA CS8201 0x0001 Cicada CS8201 10/100/1000TX PHY 160model CICADA CS8201 0x0001 Cicada CS8201 10/100/1000TX PHY
147model CICADA CS8201A 0x0020 Cicada CS8201 10/100/1000TX PHY 161model CICADA CS8201A 0x0020 Cicada CS8201 10/100/1000TX PHY
148model CICADA CS8201B 0x0021 Cicada CS8201 10/100/1000TX PHY 162model CICADA CS8201B 0x0021 Cicada CS8201 10/100/1000TX PHY
149model xxCICADA CS8201B 0x0021 Cicada CS8201 10/100/1000TX PHY 163model xxCICADA CS8201B 0x0021 Cicada CS8201 10/100/1000TX PHY
150 164
151/* Davicom Semiconductor PHYs */ 165/* Davicom Semiconductor PHYs */
152/* AMD Am79C873 seems to be a relabeled DM9101 */ 166/* AMD Am79C873 seems to be a relabeled DM9101 */
153model xxDAVICOM DM9101 0x0000 DM9101 (AMD Am79C873) 10/100 media interface 167model xxDAVICOM DM9101 0x0000 DM9101 (AMD Am79C873) 10/100 media interface
154model xxDAVICOM DM9102 0x0004 DM9102 10/100 media interface 168model xxDAVICOM DM9102 0x0004 DM9102 10/100 media interface
155 169
156/* IC Plus Corp. PHYs */ 170/* IC Plus Corp. PHYs */
157model ICPLUS IP101 0x0005 IP101 10/100 PHY 171model ICPLUS IP101 0x0005 IP101 10/100 PHY
158 172
159/* Integrated Circuit Systems PHYs */ 173/* Integrated Circuit Systems PHYs */
160model ICS 1889 0x0001 ICS1889 10/100 media interface 174model ICS 1889 0x0001 ICS1889 10/100 media interface
161model ICS 1890 0x0002 ICS1890 10/100 media interface 175model ICS 1890 0x0002 ICS1890 10/100 media interface
162model ICS 1892 0x0003 ICS1892 10/100 media interface 176model ICS 1892 0x0003 ICS1892 10/100 media interface
163model ICS 1893 0x0004 ICS1893 10/100 media interface 177model ICS 1893 0x0004 ICS1893 10/100 media interface
164 178
165/* Intel PHYs */ 179/* Intel PHYs */
166model xxINTEL I82553 0x0000 i82553 10/100 media interface 180model xxINTEL I82553 0x0000 i82553 10/100 media interface
167model yyINTEL I82555 0x0015 i82555 10/100 media interface 181model yyINTEL I82555 0x0015 i82555 10/100 media interface
168model yyINTEL I82562EH 0x0017 i82562EH HomePNA interface 182model yyINTEL I82562EH 0x0017 i82562EH HomePNA interface
169model yyINTEL I82562G 0x0031 i82562G 10/100 media interface 183model yyINTEL I82562G 0x0031 i82562G 10/100 media interface
170model yyINTEL I82562EM 0x0032 i82562EM 10/100 media interface 184model yyINTEL I82562EM 0x0032 i82562EM 10/100 media interface
171model yyINTEL I82562ET 0x0033 i82562ET 10/100 media interface 185model yyINTEL I82562ET 0x0033 i82562ET 10/100 media interface
172model yyINTEL I82553 0x0035 i82553 10/100 media interface 186model yyINTEL I82553 0x0035 i82553 10/100 media interface
173model yyINTEL I82566 0x0039 i82566 10/100/1000 media interface 187model yyINTEL I82566 0x0039 i82566 10/100/1000 media interface
174model xxMARVELL I82563 0x000a i82563 10/100/1000 media interface 188model xxMARVELL I82563 0x000a i82563 10/100/1000 media interface
175 189
176model yyINTEL IGP01E1000 0x0038 Intel IGP01E1000 Gigabit PHY 190model yyINTEL IGP01E1000 0x0038 Intel IGP01E1000 Gigabit PHY
177 191
178/* JMicron PHYs */ 192/* JMicron PHYs */
179model JMICRON JMC250 0x0021 JMC250 10/100/1000 media interface 193model JMICRON JMC250 0x0021 JMC250 10/100/1000 media interface
180model JMICRON JMC260 0x0022 JMC260 10/100 media interface 194model JMICRON JMC260 0x0022 JMC260 10/100 media interface
181 195
182/* Level 1 PHYs */ 196/* Level 1 PHYs */
183model xxLEVEL1 LXT970 0x0000 LXT970 10/100 media interface 197model xxLEVEL1 LXT970 0x0000 LXT970 10/100 media interface
184model LEVEL1 LXT971 0x000e LXT971/2 10/100 media interface 198model LEVEL1 LXT971 0x000e LXT971/2 10/100 media interface
185model LEVEL1 LXT973 0x0021 LXT973 10/100 Dual PHY 199model LEVEL1 LXT973 0x0021 LXT973 10/100 Dual PHY
186model LEVEL1 LXT974 0x0004 LXT974 10/100 Quad PHY 200model LEVEL1 LXT974 0x0004 LXT974 10/100 Quad PHY
187model LEVEL1 LXT975 0x0005 LXT975 10/100 Quad PHY 201model LEVEL1 LXT975 0x0005 LXT975 10/100 Quad PHY
188model LEVEL1 LXT1000_OLD 0x0003 LXT1000 1000BASE-T media interface 202model LEVEL1 LXT1000_OLD 0x0003 LXT1000 1000BASE-T media interface
189model LEVEL1 LXT1000 0x000c LXT1000 1000BASE-T media interface 203model LEVEL1 LXT1000 0x000c LXT1000 1000BASE-T media interface
190 204
191/* Marvell Semiconductor PHYs */ 205/* Marvell Semiconductor PHYs */
192model xxMARVELL E1011 0x0002 Marvell 88E1011 Gigabit PHY 206model xxMARVELL E1011 0x0002 Marvell 88E1011 Gigabit PHY
193model xxMARVELL E1000_3 0x0003 Marvell 88E1000 Gigabit PHY 207model xxMARVELL E1000_3 0x0003 Marvell 88E1000 Gigabit PHY
194model xxMARVELL E1000_5 0x0005 Marvell 88E1000 Gigabit PHY 208model xxMARVELL E1000_5 0x0005 Marvell 88E1000 Gigabit PHY
195model xxMARVELL E6060 0x0008 Marvell 88E6060 10/100 5-port PHY switch 209model xxMARVELL E6060 0x0008 Marvell 88E6060 10/100 5-port PHY switch
196model xxMARVELL E1111 0x000c Marvell 88E1111 Gigabit PHY 210model xxMARVELL E1111 0x000c Marvell 88E1111 Gigabit PHY
197model xxMARVELL E1116 0x0021 Marvell 88E1116 Gigabit PHY 211model xxMARVELL E1116 0x0021 Marvell 88E1116 Gigabit PHY
198 212
199/* Myson Technology PHYs */ 213/* Myson Technology PHYs */
200model xxMYSON MTD972 0x0000 MTD972 10/100 media interface 214model xxMYSON MTD972 0x0000 MTD972 10/100 media interface
201model MYSON MTD803 0x0000 MTD803 3-in-1 media interface 215model MYSON MTD803 0x0000 MTD803 3-in-1 media interface
202 216
203/* National Semiconductor PHYs */ 217/* National Semiconductor PHYs */
204model xxNATSEMI DP83840 0x0000 DP83840 10/100 media interface 218model xxNATSEMI DP83840 0x0000 DP83840 10/100 media interface
205model xxNATSEMI DP83843 0x0001 DP83843 10/100 media interface 219model xxNATSEMI DP83843 0x0001 DP83843 10/100 media interface
206model xxNATSEMI DP83815 0x0002 DP83815 10/100 media interface 220model xxNATSEMI DP83815 0x0002 DP83815 10/100 media interface
207model xxNATSEMI DP83847 0x0003 DP83847 10/100 media interface 221model xxNATSEMI DP83847 0x0003 DP83847 10/100 media interface
208model xxNATSEMI DP83891 0x0005 DP83891 1000BASE-T media interface 222model xxNATSEMI DP83891 0x0005 DP83891 1000BASE-T media interface
209model xxNATSEMI DP83861 0x0006 DP83861 1000BASE-T media interface 223model xxNATSEMI DP83861 0x0006 DP83861 1000BASE-T media interface
210 224
211/* PMC Sierra PHYs */ 225/* PMC Sierra PHYs */
212model xxPMCSIERRA PM8351 0x0000 PM8351 OctalPHY Gigabit interface 226model xxPMCSIERRA PM8351 0x0000 PM8351 OctalPHY Gigabit interface
213model xxPMCSIERRA2 PM8352 0x0002 PM8352 OctalPHY Gigabit interface 227model xxPMCSIERRA2 PM8352 0x0002 PM8352 OctalPHY Gigabit interface
214model xxPMCSIERRA2 PM8353 0x0003 PM8353 QuadPHY Gigabit interface 228model xxPMCSIERRA2 PM8353 0x0003 PM8353 QuadPHY Gigabit interface
215model PMCSIERRA PM8354 0x0004 PM8354 QuadPHY Gigabit interface 229model PMCSIERRA PM8354 0x0004 PM8354 QuadPHY Gigabit interface
216 230
217/* Quality Semiconductor PHYs */ 231/* Quality Semiconductor PHYs */
218model xxQUALSEMI QS6612 0x0000 QS6612 10/100 media interface 232model xxQUALSEMI QS6612 0x0000 QS6612 10/100 media interface
219 233
220/* RealTek PHYs */ 234/* RealTek PHYs */
221model yyREALTEK RTL8201L 0x0020 RTL8201L 10/100 media interface 235model yyREALTEK RTL8201L 0x0020 RTL8201L 10/100 media interface
222model xxREALTEK RTL8169S 0x0011 RTL8169S/8110S/8211 1000BASE-T media interface 236model xxREALTEK RTL8169S 0x0011 RTL8169S/8110S/8211 1000BASE-T media interface
223model REALTEK RTL8169S 0x0011 RTL8169S/8110S/8211 1000BASE-T media interface 237model REALTEK RTL8169S 0x0011 RTL8169S/8110S/8211 1000BASE-T media interface
224 238
225/* Seeq PHYs */ 239/* Seeq PHYs */
226model SEEQ 80220 0x0003 Seeq 80220 10/100 media interface 240model SEEQ 80220 0x0003 Seeq 80220 10/100 media interface
227model SEEQ 84220 0x0004 Seeq 84220 10/100 media interface 241model SEEQ 84220 0x0004 Seeq 84220 10/100 media interface
228model SEEQ 80225 0x0008 Seeq 80225 10/100 media interface 242model SEEQ 80225 0x0008 Seeq 80225 10/100 media interface
229 243
230/* Silicon Integrated Systems PHYs */ 244/* Silicon Integrated Systems PHYs */
231model SIS 900 0x0000 SiS 900 10/100 media interface 245model SIS 900 0x0000 SiS 900 10/100 media interface
232 246
233/* Texas Instruments PHYs */ 247/* Texas Instruments PHYs */
234model TI TLAN10T 0x0001 ThunderLAN 10BASE-T media interface 248model TI TLAN10T 0x0001 ThunderLAN 10BASE-T media interface
235model TI 100VGPMI 0x0002 ThunderLAN 100VG-AnyLan media interface 249model TI 100VGPMI 0x0002 ThunderLAN 100VG-AnyLan media interface
236model TI TNETE2101 0x0003 TNETE2101 media interface 250model TI TNETE2101 0x0003 TNETE2101 media interface
237 251
238/* TDK Semiconductor PHYs */ 252/* TDK Semiconductor PHYs */
239model xxTSC 78Q2120 0x0014 78Q2120 10/100 media interface 253model xxTSC 78Q2120 0x0014 78Q2120 10/100 media interface
240model xxTSC 78Q2121 0x0015 78Q2121 100BASE-TX media interface 254model xxTSC 78Q2121 0x0015 78Q2121 100BASE-TX media interface
241 255
242/* XaQti Corp. PHYs */ 256/* XaQti Corp. PHYs */
243model xxXAQTI XMACII 0x0000 XaQti Corp. XMAC II gigabit interface 257model xxXAQTI XMACII 0x0000 XaQti Corp. XMAC II gigabit interface