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 ICS1893C support from FreeBSD.



details:   https://anonhg.NetBSD.org/src/rev/5f62ff3ce891
branches:  trunk
changeset: 448907:5f62ff3ce891
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Feb 13 08:42:26 2019 +0000

description:
Add ICS1893C support from FreeBSD.

diffstat:

 sys/dev/mii/icsphy.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r c1dd8bc3f476 -r 5f62ff3ce891 sys/dev/mii/icsphy.c
--- a/sys/dev/mii/icsphy.c      Wed Feb 13 08:41:43 2019 +0000
+++ b/sys/dev/mii/icsphy.c      Wed Feb 13 08:42:26 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: icsphy.c,v 1.51 2019/01/22 03:42:27 msaitoh Exp $      */
+/*     $NetBSD: icsphy.c,v 1.52 2019/02/13 08:42:26 msaitoh Exp $      */
 
 /*-
  * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
@@ -60,7 +60,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: icsphy.c,v 1.51 2019/01/22 03:42:27 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: icsphy.c,v 1.52 2019/02/13 08:42:26 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -104,6 +104,9 @@
        { MII_OUI_ICS,          MII_MODEL_ICS_1893,
          MII_STR_ICS_1893 },
 
+       { MII_OUI_ICS,          MII_MODEL_ICS_1893C,
+         MII_STR_ICS_1893C },
+
        { 0,                    0,
          NULL },
 };



Home | Main Index | Thread Index | Old Index