Module Name:    src
Committed By:   matt
Date:           Sat Dec 11 18:10:42 UTC 2010

Modified Files:
        src/sys/dev/mii: makphy.c

Log Message:
Match Marvell E1145


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 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.34 src/sys/dev/mii/makphy.c:1.35
--- src/sys/dev/mii/makphy.c:1.34	Sun Aug  1 09:54:12 2010
+++ src/sys/dev/mii/makphy.c	Sat Dec 11 18:10:42 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: makphy.c,v 1.34 2010/08/01 09:54:12 kiyohara Exp $	*/
+/*	$NetBSD: makphy.c,v 1.35 2010/12/11 18:10:42 matt Exp $	*/
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: makphy.c,v 1.34 2010/08/01 09:54:12 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: makphy.c,v 1.35 2010/12/11 18:10:42 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -110,6 +110,9 @@
 	{ MII_OUI_xxMARVELL,		MII_MODEL_xxMARVELL_E1116,
 	  MII_STR_xxMARVELL_E1116 },
 
+	{ MII_OUI_xxMARVELL,		MII_MODEL_xxMARVELL_E1145,
+	  MII_STR_xxMARVELL_E1145 },
+
 	{ MII_OUI_xxMARVELL,		MII_MODEL_xxMARVELL_E1116R,
 	  MII_STR_xxMARVELL_E1116R },
 

Reply via email to