Module Name:    src
Committed By:   msaitoh
Date:           Wed Feb 13 08:42:26 UTC 2019

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

Log Message:
 Add ICS1893C support from FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/dev/mii/icsphy.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/icsphy.c
diff -u src/sys/dev/mii/icsphy.c:1.51 src/sys/dev/mii/icsphy.c:1.52
--- src/sys/dev/mii/icsphy.c:1.51	Tue Jan 22 03:42:27 2019
+++ src/sys/dev/mii/icsphy.c	Wed Feb 13 08:42:26 2019
@@ -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 @@ static const struct mii_phydesc icsphys[
 	{ 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 },
 };

Reply via email to