Regenerate.
This commit is contained in:
parent
a72c060fb0
commit
85ee6a5781
@ -4,7 +4,7 @@
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* FreeBSD: src/sys/dev/mii/miidevs,v 1.17 2002/03/22 06:38:52 wpaul Exp
|
||||
* FreeBSD: src/sys/dev/mii/miidevs,v 1.18 2002/04/07 20:55:49 wpaul Exp
|
||||
*/
|
||||
/*$NetBSD: miidevs,v 1.6 1999/05/14 11:37:30 drochner Exp $*/
|
||||
|
||||
@ -66,6 +66,7 @@
|
||||
#define MII_OUI_LEVEL1 0x00207b /* Level 1 */
|
||||
#define MII_OUI_NATSEMI 0x080017 /* National Semiconductor */
|
||||
#define MII_OUI_QUALSEMI 0x006051 /* Quality Semiconductor */
|
||||
#define MII_OUI_REALTEK 0x000020 /* RealTek Semicondctor */
|
||||
#define MII_OUI_SEEQ 0x00a07d /* Seeq */
|
||||
#define MII_OUI_SIS 0x00e006 /* Silicon Integrated Systems */
|
||||
#define MII_OUI_TDK 0x00c039 /* TDK */
|
||||
@ -168,6 +169,10 @@
|
||||
#define MII_MODEL_QUALSEMI_QS6612 0x0000
|
||||
#define MII_STR_QUALSEMI_QS6612 "QS6612 10/100 media interface"
|
||||
|
||||
/* RealTek Semiconductor PHYs */
|
||||
#define MII_MODEL_REALTEK_RTL8201L 0x0020
|
||||
#define MII_STR_REALTEK_RTL8201L "RTL8201L 10/100 media interface"
|
||||
|
||||
/* Seeq PHYs */
|
||||
#define MII_MODEL_xxSEEQ_80220 0x0003
|
||||
#define MII_STR_xxSEEQ_80220 "Seeq 80220 10/100 media interface"
|
||||
|
Loading…
Reference in New Issue
Block a user