mirror of
https://github.com/plappermaul/realtek-doc.git
synced 2025-12-10 07:44:41 +01:00
Update README.md
This commit is contained in:
parent
f22af6af75
commit
7330f7e135
1 changed files with 25 additions and 25 deletions
50
README.md
50
README.md
|
|
@ -33,28 +33,28 @@ What PDF datasheets are we missing
|
|||
|
||||
Transceiver IDs according to the GPL source drops
|
||||
|
||||
#define PHY_MODEL_ID_RTL8208G (0x08)
|
||||
#define PHY_MODEL_ID_RTL8208D_EXT (0x08)
|
||||
#define PHY_MODEL_ID_RTL8208L (0x08)
|
||||
#define PHY_MODEL_ID_RTL8218B_INT (0x24) /* For RTL8380M internal phy*/
|
||||
#define PHY_MODEL_ID_RTL8208L_INT (0x24) /* For RTL8330/RTL8332 internal phy */
|
||||
#define PHY_MODEL_ID_RTL8218B_EXT (0x18)
|
||||
#define PHY_MODEL_ID_RTL8218D (0x18)
|
||||
#define PHY_MODEL_ID_RTL8218FB (0x18)
|
||||
#define PHY_MODEL_ID_RTL8214FC (0x18)
|
||||
#define PHY_MODEL_ID_RTL8218E (0x18)
|
||||
#define PHY_MODEL_ID_RTL8214C (0x14)
|
||||
#define PHY_MODEL_ID_RTL8214B (0x14)
|
||||
#define PHY_MODEL_ID_RTL8212B (0x14)
|
||||
#define PHY_MODEL_ID_RTL8214FB (0x14)
|
||||
#define PHY_MODEL_ID_RTL8295 (0x2B)
|
||||
#define PHY_MODEL_ID_RTL8295R (0x2B)
|
||||
#define PHY_MODEL_ID_RTL8214QF (0x2B)
|
||||
#define PHY_MODEL_ID_RTL8224QF (0x2B)
|
||||
#define PHY_MODEL_ID_RTL8226 (0x03)
|
||||
#define PHY_MODEL_ID_RTL8226B (0x04)
|
||||
#define PHY_MODEL_ID_RTL826X (0x2F)
|
||||
#define PHY_MODEL_ID_RTL8264B (0x01)
|
||||
#define PHY_MODEL_ID_RTL8224 (0x2D)
|
||||
#define PHY_MODEL_ID_RTL8284 (0x2D)
|
||||
#define PHY_MODEL_ID_RTL8211FS (0x11)
|
||||
- #define PHY_MODEL_ID_RTL8208G (0x08)
|
||||
- #define PHY_MODEL_ID_RTL8208D_EXT (0x08)
|
||||
- #define PHY_MODEL_ID_RTL8208L (0x08)
|
||||
- #define PHY_MODEL_ID_RTL8218B_INT (0x24) /* For RTL8380M internal phy*/
|
||||
- #define PHY_MODEL_ID_RTL8208L_INT (0x24) /* For RTL8330/RTL8332 internal phy */
|
||||
- #define PHY_MODEL_ID_RTL8218B_EXT (0x18)
|
||||
- #define PHY_MODEL_ID_RTL8218D (0x18)
|
||||
- #define PHY_MODEL_ID_RTL8218FB (0x18)
|
||||
- #define PHY_MODEL_ID_RTL8214FC (0x18)
|
||||
- #define PHY_MODEL_ID_RTL8218E (0x18)
|
||||
- #define PHY_MODEL_ID_RTL8214C (0x14)
|
||||
- #define PHY_MODEL_ID_RTL8214B (0x14)
|
||||
- #define PHY_MODEL_ID_RTL8212B (0x14)
|
||||
- #define PHY_MODEL_ID_RTL8214FB (0x14)
|
||||
- #define PHY_MODEL_ID_RTL8295 (0x2B)
|
||||
- #define PHY_MODEL_ID_RTL8295R (0x2B)
|
||||
- #define PHY_MODEL_ID_RTL8214QF (0x2B)
|
||||
- #define PHY_MODEL_ID_RTL8224QF (0x2B)
|
||||
- #define PHY_MODEL_ID_RTL8226 (0x03)
|
||||
- #define PHY_MODEL_ID_RTL8226B (0x04)
|
||||
- #define PHY_MODEL_ID_RTL826X (0x2F)
|
||||
- #define PHY_MODEL_ID_RTL8264B (0x01)
|
||||
- #define PHY_MODEL_ID_RTL8224 (0x2D)
|
||||
- #define PHY_MODEL_ID_RTL8284 (0x2D)
|
||||
- #define PHY_MODEL_ID_RTL8211FS (0x11)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue