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 Marvell E1145



details:   https://anonhg.NetBSD.org/src/rev/05eae5b0195c
branches:  trunk
changeset: 759494:05eae5b0195c
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Dec 11 18:10:42 2010 +0000

description:
Match Marvell E1145

diffstat:

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

diffs (28 lines):

diff -r 23b5ff38c8f3 -r 05eae5b0195c sys/dev/mii/makphy.c
--- a/sys/dev/mii/makphy.c      Sat Dec 11 18:10:16 2010 +0000
+++ b/sys/dev/mii/makphy.c      Sat Dec 11 18:10:42 2010 +0000
@@ -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 },
 



Home | Main Index | Thread Index | Old Index