Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/mii Match on DP83849. From Kurt Lidl in PR 41256.



details:   https://anonhg.NetBSD.org/src/rev/a9014fa8b114
branches:  trunk
changeset: 771596:a9014fa8b114
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Fri Nov 25 23:31:53 2011 +0000

description:
Match on DP83849.  From Kurt Lidl in PR 41256.

diffstat:

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

diffs (28 lines):

diff -r 57ef3035851a -r a9014fa8b114 sys/dev/mii/nsphyter.c
--- a/sys/dev/mii/nsphyter.c    Fri Nov 25 23:29:28 2011 +0000
+++ b/sys/dev/mii/nsphyter.c    Fri Nov 25 23:31:53 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nsphyter.c,v 1.35 2009/10/19 18:41:14 bouyer Exp $     */
+/*     $NetBSD: nsphyter.c,v 1.36 2011/11/25 23:31:53 jakllsch Exp $   */
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -63,7 +63,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nsphyter.c,v 1.35 2009/10/19 18:41:14 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nsphyter.c,v 1.36 2011/11/25 23:31:53 jakllsch Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -103,6 +103,9 @@
        { MII_OUI_xxNATSEMI,            MII_MODEL_xxNATSEMI_DP83847,
          MII_STR_xxNATSEMI_DP83847 },
 
+       { MII_OUI_xxNATSEMI,            MII_MODEL_xxNATSEMI_DP83849,
+         MII_STR_xxNATSEMI_DP83849 },
+
        { MII_OUI_xxNATSEMI,            MII_MODEL_xxNATSEMI_DP83815,
          MII_STR_xxNATSEMI_DP83815 },
 



Home | Main Index | Thread Index | Old Index