Module Name:    src
Committed By:   msaitoh
Date:           Wed Feb  5 06:39:13 UTC 2020

Modified Files:
        src/sys/dev/mii: rdcphy.c

Log Message:
RDC -> xxRDC. No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/mii/rdcphy.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/mii/rdcphy.c
diff -u src/sys/dev/mii/rdcphy.c:1.5 src/sys/dev/mii/rdcphy.c:1.6
--- src/sys/dev/mii/rdcphy.c:1.5	Wed Nov 27 10:19:21 2019
+++ src/sys/dev/mii/rdcphy.c	Wed Feb  5 06:39:13 2020
@@ -1,4 +1,4 @@
-/*      $NetBSD: rdcphy.c,v 1.5 2019/11/27 10:19:21 msaitoh Exp $        */
+/*      $NetBSD: rdcphy.c,v 1.6 2020/02/05 06:39:13 msaitoh Exp $        */
 
 /*-
  * Copyright (c) 2010, Pyun YongHyeon <yong...@freebsd.org>
@@ -33,7 +33,7 @@
  * Driver for the RDC Semiconductor R6040 10/100 PHY.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rdcphy.c,v 1.5 2019/11/27 10:19:21 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rdcphy.c,v 1.6 2020/02/05 06:39:13 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -74,7 +74,7 @@ static const struct mii_phy_funcs rdcphy
 };
 
 static const struct mii_phydesc rdcphys[] = {
-	MII_PHY_DESC(RDC, R6040),
+	MII_PHY_DESC(xxRDC, R6040),
 	MII_PHY_END,
 };
 

Reply via email to