miidevs (b9f78d2b4a8b3f55b6e04cfcc94105dd896d6f5c) miidevs (9bac70b85175d16cc91c1e707966d6261e64a160)
1$FreeBSD$
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

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

86
87/* Level 1 is completely different - from right to left.
88 (Two bits get lost in the third OUI byte.) */
89oui xxLEVEL1 0x1e0400 Level 1
90
91/* Don't know what's going on here. */
92oui xxDAVICOM 0x006040 Davicom Semiconductor
93
1$FreeBSD$
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

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

86
87/* Level 1 is completely different - from right to left.
88 (Two bits get lost in the third OUI byte.) */
89oui xxLEVEL1 0x1e0400 Level 1
90
91/* Don't know what's going on here. */
92oui xxDAVICOM 0x006040 Davicom Semiconductor
93
94/* This is the OUI of the gigE PHY in the RealTek 8169S/8110S chips */
95oui xxREALTEK 0x000732
94
95/*
96 * List of known models. Grouped by oui.
97 */
98
99/* Altima Communications PHYs */
100model xxALTIMA AC101 0x0021 AC101 10/100 media interface
101model xxALTIMA AC101L 0x0012 AC101L 10/100 media interface

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

144model NATSEMI DP83891 0x0005 DP83891 10/100/1000 media interface
145model NATSEMI DP83861 0x0006 DP83861 10/100/1000 media interface
146
147/* Quality Semiconductor PHYs */
148model QUALSEMI QS6612 0x0000 QS6612 10/100 media interface
149
150/* RealTek Semiconductor PHYs */
151model REALTEK RTL8201L 0x0020 RTL8201L 10/100 media interface
96
97/*
98 * List of known models. Grouped by oui.
99 */
100
101/* Altima Communications PHYs */
102model xxALTIMA AC101 0x0021 AC101 10/100 media interface
103model xxALTIMA AC101L 0x0012 AC101L 10/100 media interface

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

146model NATSEMI DP83891 0x0005 DP83891 10/100/1000 media interface
147model NATSEMI DP83861 0x0006 DP83861 10/100/1000 media interface
148
149/* Quality Semiconductor PHYs */
150model QUALSEMI QS6612 0x0000 QS6612 10/100 media interface
151
152/* RealTek Semiconductor PHYs */
153model REALTEK RTL8201L 0x0020 RTL8201L 10/100 media interface
154model xxREALTEK RTL8169S 0x0011 RTL8169S/8110S media interface
152
153/* Seeq PHYs */
154model xxSEEQ 80220 0x0003 Seeq 80220 10/100 media interface
155model xxSEEQ 84220 0x0004 Seeq 84220 10/100 media interface
156
157/* Silicon Integrated Systems PHYs */
158model xxSIS 900 0x0000 SiS 900 10/100 media interface
159

--- 14 unchanged lines hidden ---
155
156/* Seeq PHYs */
157model xxSEEQ 80220 0x0003 Seeq 80220 10/100 media interface
158model xxSEEQ 84220 0x0004 Seeq 84220 10/100 media interface
159
160/* Silicon Integrated Systems PHYs */
161model xxSIS 900 0x0000 SiS 900 10/100 media interface
162

--- 14 unchanged lines hidden ---