Deleted Added
full compact
miidevs (215720) miidevs (216828)
1$FreeBSD: head/sys/dev/mii/miidevs 215720 2010-11-22 22:03:11Z marius $
1$FreeBSD: head/sys/dev/mii/miidevs 216828 2010-12-30 23:50:25Z yongari $
2/*$NetBSD: miidevs,v 1.6 1999/05/14 11:37:30 drochner Exp $*/
3
4/*-
5 * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
6 * All rights reserved.
7 *
8 * This code is derived from software contributed to The NetBSD Foundation
9 * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,

--- 44 unchanged lines hidden (view full) ---

54oui ICPLUS 0x0090c3 IC Plus Corp.
55oui ICS 0x00a0be Integrated Circuit Systems
56oui INTEL 0x00aa00 Intel
57oui JATO 0x00e083 Jato Technologies
58oui JMICRON 0x001b8c JMicron Technologies
59oui LEVEL1 0x00207b Level 1
60oui NATSEMI 0x080017 National Semiconductor
61oui QUALSEMI 0x006051 Quality Semiconductor
2/*$NetBSD: miidevs,v 1.6 1999/05/14 11:37:30 drochner Exp $*/
3
4/*-
5 * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
6 * All rights reserved.
7 *
8 * This code is derived from software contributed to The NetBSD Foundation
9 * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,

--- 44 unchanged lines hidden (view full) ---

54oui ICPLUS 0x0090c3 IC Plus Corp.
55oui ICS 0x00a0be Integrated Circuit Systems
56oui INTEL 0x00aa00 Intel
57oui JATO 0x00e083 Jato Technologies
58oui JMICRON 0x001b8c JMicron Technologies
59oui LEVEL1 0x00207b Level 1
60oui NATSEMI 0x080017 National Semiconductor
61oui QUALSEMI 0x006051 Quality Semiconductor
62oui RDC 0x000bb4 RDC Semiconductor
62oui REALTEK 0x000020 RealTek Semicondctor
63oui SEEQ 0x00a07d Seeq
64oui SIS 0x00e006 Silicon Integrated Systems
65oui SMSC 0x0005be SMSC
66oui TDK 0x00c039 TDK
67oui TI 0x080028 Texas Instruments
68oui VITESSE 0x0001c1 Vitesse Semiconductor
69oui XAQTI 0x00e0ae XaQti Corp.

--- 138 unchanged lines hidden (view full) ---

208model NATSEMI DP83847 0x0003 DP83847 10/100 media interface
209model NATSEMI DP83891 0x0005 DP83891 10/100/1000 media interface
210model NATSEMI DP83861 0x0006 DP83861 10/100/1000 media interface
211model NATSEMI DP83865 0x0007 DP83865 10/100/1000 media interface
212
213/* Quality Semiconductor PHYs */
214model QUALSEMI QS6612 0x0000 QS6612 10/100 media interface
215
63oui REALTEK 0x000020 RealTek Semicondctor
64oui SEEQ 0x00a07d Seeq
65oui SIS 0x00e006 Silicon Integrated Systems
66oui SMSC 0x0005be SMSC
67oui TDK 0x00c039 TDK
68oui TI 0x080028 Texas Instruments
69oui VITESSE 0x0001c1 Vitesse Semiconductor
70oui XAQTI 0x00e0ae XaQti Corp.

--- 138 unchanged lines hidden (view full) ---

209model NATSEMI DP83847 0x0003 DP83847 10/100 media interface
210model NATSEMI DP83891 0x0005 DP83891 10/100/1000 media interface
211model NATSEMI DP83861 0x0006 DP83861 10/100/1000 media interface
212model NATSEMI DP83865 0x0007 DP83865 10/100/1000 media interface
213
214/* Quality Semiconductor PHYs */
215model QUALSEMI QS6612 0x0000 QS6612 10/100 media interface
216
217/* RDC Semiconductor PHYs */
218model RDC R6040 0x0003 R6040 10/100 media interface
219
216/* RealTek Semiconductor PHYs */
217model REALTEK RTL8201L 0x0020 RTL8201L 10/100 media interface
218model xxREALTEK RTL8305SC 0x0005 RTL8305SC 10/100 802.1q switch
219model xxREALTEK RTL8169S 0x0011 RTL8169S/8110S/8211B media interface
220
221/* Seeq PHYs */
222model xxSEEQ 80220 0x0003 Seeq 80220 10/100 media interface
223model xxSEEQ 84220 0x0004 Seeq 84220 10/100 media interface

--- 38 unchanged lines hidden ---
220/* RealTek Semiconductor PHYs */
221model REALTEK RTL8201L 0x0020 RTL8201L 10/100 media interface
222model xxREALTEK RTL8305SC 0x0005 RTL8305SC 10/100 802.1q switch
223model xxREALTEK RTL8169S 0x0011 RTL8169S/8110S/8211B media interface
224
225/* Seeq PHYs */
226model xxSEEQ 80220 0x0003 Seeq 80220 10/100 media interface
227model xxSEEQ 84220 0x0004 Seeq 84220 10/100 media interface

--- 38 unchanged lines hidden ---