Regen from miidevs rev 1.55, with codes for Realtek RTK8169S builtin PHY.
This commit is contained in:
parent
7e6ef09234
commit
6f71266c1d
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: miidevs.h,v 1.55 2004/11/24 10:15:15 martin Exp $ */
|
||||
/* $NetBSD: miidevs.h,v 1.56 2004/12/23 06:18:49 jonathan Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: miidevs,v 1.54 2004/11/24 10:14:41 martin Exp
|
||||
* NetBSD: miidevs,v 1.55 2004/12/23 06:13:24 jonathan Exp
|
||||
*/
|
||||
|
||||
/*-
|
||||
|
@ -71,6 +71,7 @@
|
|||
#define MII_OUI_MYSON 0x00c0b4 /* Myson Technology */
|
||||
#define MII_OUI_NATSEMI 0x080017 /* National Semiconductor */
|
||||
#define MII_OUI_PMCSIERRA 0x00e004 /* PMC-Sierra */
|
||||
#define MII_OUI_REALTEK 0x00e04c /* RealTek */
|
||||
#define MII_OUI_QUALSEMI 0x006051 /* Quality Semiconductor */
|
||||
#define MII_OUI_SEEQ 0x00a07d /* Seeq */
|
||||
#define MII_OUI_SIS 0x00e006 /* Silicon Integrated Systems */
|
||||
|
@ -100,6 +101,8 @@
|
|||
#define MII_OUI_xxPMCSIERRA 0x0009c0 /* PMC-Sierra */
|
||||
#define MII_OUI_xxPMCSIERRA2 0x009057 /* PMC-Sierra */
|
||||
|
||||
#define MII_OUI_xxREALTEK 0x000732 /* Realtek */
|
||||
|
||||
/*
|
||||
* List of known models. Grouped by oui.
|
||||
*/
|
||||
|
@ -249,6 +252,12 @@
|
|||
#define MII_MODEL_xxQUALSEMI_QS6612 0x0000
|
||||
#define MII_STR_xxQUALSEMI_QS6612 "QS6612 10/100 media interface"
|
||||
|
||||
/* RealTek PHYs */
|
||||
#define MII_MODEL_xxREALTEK_RTL8169S 0x0011
|
||||
#define MII_STR_xxREALTEK_RTL8169S "RTL8169S/8110S 1000BASE-T media interface"
|
||||
#define MII_MODEL_REALTEK_RTL8169S 0x0011
|
||||
#define MII_STR_REALTEK_RTL8169S "RTL8169S/8110S 1000BASE-T media interface"
|
||||
|
||||
/* Seeq PHYs */
|
||||
#define MII_MODEL_SEEQ_80220 0x0003
|
||||
#define MII_STR_SEEQ_80220 "Seeq 80220 10/100 media interface"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: miidevs_data.h,v 1.45 2004/11/24 10:15:15 martin Exp $ */
|
||||
/* $NetBSD: miidevs_data.h,v 1.46 2004/12/23 06:18:49 jonathan Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: miidevs,v 1.54 2004/11/24 10:14:41 martin Exp
|
||||
* NetBSD: miidevs,v 1.55 2004/12/23 06:13:24 jonathan Exp
|
||||
*/
|
||||
|
||||
/*-
|
||||
|
@ -102,6 +102,8 @@ struct mii_knowndev mii_knowndevs[] = {
|
|||
{ MII_OUI_xxPMCSIERRA2, MII_MODEL_xxPMCSIERRA2_PM8353, MII_STR_xxPMCSIERRA2_PM8353 },
|
||||
{ MII_OUI_PMCSIERRA, MII_MODEL_PMCSIERRA_PM8354, MII_STR_PMCSIERRA_PM8354 },
|
||||
{ MII_OUI_xxQUALSEMI, MII_MODEL_xxQUALSEMI_QS6612, MII_STR_xxQUALSEMI_QS6612 },
|
||||
{ MII_OUI_xxREALTEK, MII_MODEL_xxREALTEK_RTL8169S, MII_STR_xxREALTEK_RTL8169S },
|
||||
{ MII_OUI_REALTEK, MII_MODEL_REALTEK_RTL8169S, MII_STR_REALTEK_RTL8169S },
|
||||
{ MII_OUI_SEEQ, MII_MODEL_SEEQ_80220, MII_STR_SEEQ_80220 },
|
||||
{ MII_OUI_SEEQ, MII_MODEL_SEEQ_84220, MII_STR_SEEQ_84220 },
|
||||
{ MII_OUI_SEEQ, MII_MODEL_SEEQ_80225, MII_STR_SEEQ_80225 },
|
||||
|
|
Loading…
Reference in New Issue