summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems/bsd/local/miidevs.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-08-07 12:12:37 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-21 10:29:36 +0200
commitde261e0404e1fe54544275fc57d5b982df4f42b4 (patch)
tree856cbdf23d6809b99c4d642d066bc45cd67c26e6 /rtemsbsd/include/rtems/bsd/local/miidevs.h
parentlibbsd.txt: Use rtems_bsd_ifconfig_lo0() (diff)
downloadrtems-libbsd-de261e0404e1fe54544275fc57d5b982df4f42b4.tar.bz2
Update to FreeBSD head 2017-06-01
Git mirror commit dfb26efac4ce9101dda240e94d9ab53f80a9e131. Update #3472.
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"