aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/net/ruephy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/net/ruephy.c')
-rw-r--r--sys/dev/usb/net/ruephy.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/usb/net/ruephy.c b/sys/dev/usb/net/ruephy.c
index 2b5358ab8d0c..8f46fb75c1c5 100644
--- a/sys/dev/usb/net/ruephy.c
+++ b/sys/dev/usb/net/ruephy.c
@@ -28,7 +28,7 @@
*/
/*
- * driver for RealTek RTL8150 internal PHY
+ * driver for Realtek RTL8150 internal PHY
*/
#include <sys/param.h>
@@ -76,11 +76,11 @@ static void ruephy_reset(struct mii_softc *);
static void ruephy_status(struct mii_softc *);
/*
- * The RealTek RTL8150 internal PHY doesn't have vendor/device ID
+ * The Realtek RTL8150 internal PHY doesn't have vendor/device ID
* registers; rue(4) fakes up a return value of all zeros.
*/
static const struct mii_phydesc ruephys[] = {
- { 0, 0, "RealTek RTL8150 internal media interface" },
+ { 0, 0, "Realtek RTL8150 internal media interface" },
MII_PHY_END
};
@@ -167,7 +167,7 @@ ruephy_reset(struct mii_softc *sc)
mii_phy_reset(sc);
/*
- * XXX RealTek RTL8150 PHY doesn't set the BMCR properly after
+ * XXX Realtek RTL8150 PHY doesn't set the BMCR properly after
* XXX reset, which breaks autonegotiation.
*/
PHY_WRITE(sc, MII_BMCR, (BMCR_S100 | BMCR_AUTOEN | BMCR_FDX));