summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems/bsd/local/miidevs.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/include/rtems/bsd/local/miidevs.h')
-rw-r--r--[-rwxr-xr-x]rtemsbsd/include/rtems/bsd/local/miidevs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/rtemsbsd/include/rtems/bsd/local/miidevs.h b/rtemsbsd/include/rtems/bsd/local/miidevs.h
index 18931b27..4c6f542d 100755..100644
--- a/rtemsbsd/include/rtems/bsd/local/miidevs.h
+++ b/rtemsbsd/include/rtems/bsd/local/miidevs.h
@@ -423,6 +423,8 @@
#define MII_STR_MARVELL_E1111 "Marvell 88E1111 Gigabit PHY"
/* Micrel PHYs */
+#define MII_MODEL_MICREL_KSZ8081 0x0016
+#define MII_STR_MICREL_KSZ8081 "Micrel KSZ8081 10/100 PHY"
#define MII_MODEL_MICREL_KSZ9021 0x0021
#define MII_STR_MICREL_KSZ9021 "Micrel KSZ9021 10/100/1000 PHY"
#define MII_MODEL_MICREL_KSZ9031 0x0022
@@ -480,7 +482,7 @@
#define MII_MODEL_REALTEK_RTL8201E 0x0008
#define MII_STR_REALTEK_RTL8201E "RTL8201E 10/100 media interface"
#define MII_MODEL_REALTEK_RTL8251 0x0000
-#define MII_STR_REALTEK_RTL8251 "RTL8251 1000BASE-T media interface"
+#define MII_STR_REALTEK_RTL8251 "RTL8251/8153 1000BASE-T media interface"
#define MII_MODEL_REALTEK_RTL8169S 0x0011
#define MII_STR_REALTEK_RTL8169S "RTL8169S/8110S/8211 1000BASE-T media interface"