Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/mii Use ihphy(4) for I21[78].



details:   https://anonhg.NetBSD.org/src/rev/78a3cd7a4501
branches:  trunk
changeset: 787465:78a3cd7a4501
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Jun 19 15:30:25 2013 +0000

description:
Use ihphy(4) for I21[78].

diffstat:

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

diffs (27 lines):

diff -r 74e3209eade6 -r 78a3cd7a4501 sys/dev/mii/ihphy.c
--- a/sys/dev/mii/ihphy.c       Wed Jun 19 13:31:33 2013 +0000
+++ b/sys/dev/mii/ihphy.c       Wed Jun 19 15:30:25 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ihphy.c,v 1.6 2013/06/11 07:22:08 msaitoh Exp $        */
+/*     $NetBSD: ihphy.c,v 1.7 2013/06/19 15:30:25 msaitoh Exp $        */
 
 /*-
  * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
@@ -60,7 +60,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ihphy.c,v 1.6 2013/06/11 07:22:08 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ihphy.c,v 1.7 2013/06/19 15:30:25 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -98,6 +98,8 @@
          MII_STR_INTEL_I82577 },
        { MII_OUI_INTEL,                MII_MODEL_INTEL_I82579,
          MII_STR_INTEL_I82579 },
+       { MII_OUI_INTEL,                MII_MODEL_INTEL_I217,
+         MII_STR_INTEL_I217 },
 
        { 0,                            0,
          NULL },



Home | Main Index | Thread Index | Old Index