Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/mii Add two new RDC PHYs from Andrius V.



details:   https://anonhg.NetBSD.org/src/rev/3ac5e95f1695
branches:  trunk
changeset: 1008992:3ac5e95f1695
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Apr 08 03:01:58 2020 +0000

description:
Add two new RDC PHYs from Andrius V.

diffstat:

 sys/dev/mii/rdcphy.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 57154a1d8a50 -r 3ac5e95f1695 sys/dev/mii/rdcphy.c
--- a/sys/dev/mii/rdcphy.c      Wed Apr 08 03:01:28 2020 +0000
+++ b/sys/dev/mii/rdcphy.c      Wed Apr 08 03:01:58 2020 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: rdcphy.c,v 1.7 2020/03/15 23:04:50 thorpej Exp $        */
+/*      $NetBSD: rdcphy.c,v 1.8 2020/04/08 03:01:58 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.7 2020/03/15 23:04:50 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rdcphy.c,v 1.8 2020/04/08 03:01:58 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -75,6 +75,8 @@
 
 static const struct mii_phydesc rdcphys[] = {
        MII_PHY_DESC(xxRDC, R6040),
+       MII_PHY_DESC(xxRDC, R6040_2),
+       MII_PHY_DESC(xxRDC, R6040_3),
        MII_PHY_END,
 };
 



Home | Main Index | Thread Index | Old Index