Module Name:    src
Committed By:   matt
Date:           Sat Dec 24 01:33:03 UTC 2011

Modified Files:
        src/sys/dev/mii [matt-nb5-mips64]: makphy.c

Log Message:
Match 88E1114


To generate a diff of this commit:
cvs rdiff -u -r1.28.14.1 -r1.28.14.2 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.14.1 src/sys/dev/mii/makphy.c:1.28.14.2
--- src/sys/dev/mii/makphy.c:1.28.14.1	Mon Nov  9 10:09:19 2009
+++ src/sys/dev/mii/makphy.c	Sat Dec 24 01:33:03 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: makphy.c,v 1.28.14.1 2009/11/09 10:09:19 cliff Exp $	*/
+/*	$NetBSD: makphy.c,v 1.28.14.2 2011/12/24 01:33:03 matt 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.14.1 2009/11/09 10:09:19 cliff Exp $");
+__KERNEL_RCSID(0, "$NetBSD: makphy.c,v 1.28.14.2 2011/12/24 01:33:03 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -112,6 +112,9 @@ static const struct mii_phydesc makphys[
 	{ MII_OUI_xxMARVELL,		MII_MODEL_xxMARVELL_E1111,
 	  MII_STR_xxMARVELL_E1111 },
 
+	{ MII_OUI_MARVELL,		MII_MODEL_MARVELL_E1114,
+	  MII_STR_MARVELL_E1114 },
+
 	{ MII_OUI_xxMARVELL,		MII_MODEL_xxMARVELL_E1116,
 	  MII_STR_xxMARVELL_E1116 },
 

Reply via email to