Module Name: src
Committed By: jakllsch
Date: Fri Nov 25 23:31:53 UTC 2011
Modified Files:
src/sys/dev/mii: nsphyter.c
Log Message:
Match on DP83849. From Kurt Lidl in PR 41256.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/mii/nsphyter.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/nsphyter.c
diff -u src/sys/dev/mii/nsphyter.c:1.35 src/sys/dev/mii/nsphyter.c:1.36
--- src/sys/dev/mii/nsphyter.c:1.35 Mon Oct 19 18:41:14 2009
+++ src/sys/dev/mii/nsphyter.c Fri Nov 25 23:31:53 2011
@@ -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 @@ static const struct mii_phydesc nsphyter
{ 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 },