Module Name: src
Committed By: cliff
Date: Mon Nov 9 10:09:19 UTC 2009
Modified Files:
src/sys/dev/mii [matt-nb5-mips64]: makphy.c
Log Message:
- add table entry for MII_STR_xxMARVELL_E1149
no spec available, may need special handling?
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.28.14.1 src/sys/dev/mii/makphy.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/makphy.c
diff -u src/sys/dev/mii/makphy.c:1.28 src/sys/dev/mii/makphy.c:1.28.14.1
--- src/sys/dev/mii/makphy.c:1.28 Sun May 4 17:06:09 2008
+++ src/sys/dev/mii/makphy.c Mon Nov 9 10:09:19 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: makphy.c,v 1.28 2008/05/04 17:06:09 xtraeme Exp $ */
+/* $NetBSD: makphy.c,v 1.28.14.1 2009/11/09 10:09:19 cliff Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: makphy.c,v 1.28 2008/05/04 17:06:09 xtraeme Exp $");
+__KERNEL_RCSID(0, "$NetBSD: makphy.c,v 1.28.14.1 2009/11/09 10:09:19 cliff Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -106,6 +106,9 @@
{ MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1011,
MII_STR_xxMARVELL_E1011 },
+ { MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1149,
+ MII_STR_xxMARVELL_E1149 },
+
{ MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1111,
MII_STR_xxMARVELL_E1111 },