From de261e0404e1fe54544275fc57d5b982df4f42b4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 7 Aug 2018 12:12:37 +0200 Subject: Update to FreeBSD head 2017-06-01 Git mirror commit dfb26efac4ce9101dda240e94d9ab53f80a9e131. Update #3472. --- rtemsbsd/include/rtems/bsd/local/miidevs.h | 4 +++- rtemsbsd/include/rtems/bsd/local/mmcbus_if.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) mode change 100755 => 100644 rtemsbsd/include/rtems/bsd/local/miidevs.h (limited to 'rtemsbsd/include/rtems') diff --git a/rtemsbsd/include/rtems/bsd/local/miidevs.h b/rtemsbsd/include/rtems/bsd/local/miidevs.h old mode 100755 new mode 100644 index 18931b27..4c6f542d --- 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" diff --git a/rtemsbsd/include/rtems/bsd/local/mmcbus_if.h b/rtemsbsd/include/rtems/bsd/local/mmcbus_if.h index 5e0e2da0..35fc1a0f 100644 --- a/rtemsbsd/include/rtems/bsd/local/mmcbus_if.h +++ b/rtemsbsd/include/rtems/bsd/local/mmcbus_if.h @@ -3,7 +3,7 @@ * Do not modify anything in here by hand. * * Created from source file - * dev/mmc/mmcbus_if.m + * freebsd-org/sys/dev/mmc/mmcbus_if.m * with * makeobjops.awk * -- cgit v1.2.3