aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/mii.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/mii.h')
-rw-r--r--os/hal/include/mii.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/os/hal/include/mii.h b/os/hal/include/mii.h
index 395081203..e7e59a343 100644
--- a/os/hal/include/mii.h
+++ b/os/hal/include/mii.h
@@ -146,13 +146,14 @@
/*
* PHY identifiers.
*/
-#define MII_DM9161_ID 0x0181b8a0
-#define MII_AM79C875_ID 0x00225540
-#define MII_KS8721_ID 0x00221610
-#define MII_STE101P_ID 0x00061C50
-#define MII_DP83848I_ID 0x20005C90
-#define MII_LAN8710A_ID 0x0007C0F1
-#define MII_LAN8720_ID 0x0007C0F0
+#define MII_DM9161_ID 0x0181b8a0
+#define MII_AM79C875_ID 0x00225540
+#define MII_KS8721_ID 0x00221610
+#define MII_STE101P_ID 0x00061C50
+#define MII_DP83848I_ID 0x20005C90
+#define MII_LAN8710A_ID 0x0007C0F1
+#define MII_LAN8720_ID 0x0007C0F0
+#define MII_LAN8742A_ID 0x0007C130
#endif /* _MII_H_ */