Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/mii RDC -> xxRDC. No functional change.
details: https://anonhg.NetBSD.org/src/rev/447a755e4b5d
branches: trunk
changeset: 969019:447a755e4b5d
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Feb 05 06:39:13 2020 +0000
description:
RDC -> xxRDC. No functional change.
diffstat:
sys/dev/mii/rdcphy.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r eadd4ee594ed -r 447a755e4b5d sys/dev/mii/rdcphy.c
--- a/sys/dev/mii/rdcphy.c Wed Feb 05 06:38:36 2020 +0000
+++ b/sys/dev/mii/rdcphy.c Wed Feb 05 06:39:13 2020 +0000
@@ -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 <yongari%FreeBSD.org@localhost>
@@ -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_phydesc rdcphys[] = {
- MII_PHY_DESC(RDC, R6040),
+ MII_PHY_DESC(xxRDC, R6040),
MII_PHY_END,
};
Home |
Main Index |
Thread Index |
Old Index