Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/mii Add Marvell E1116R.



details:   https://anonhg.NetBSD.org/src/rev/50dbc85ff26a
branches:  trunk
changeset: 756783:50dbc85ff26a
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sun Aug 01 09:54:12 2010 +0000

description:
Add Marvell E1116R.

diffstat:

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

diffs (28 lines):

diff -r 806293c8e2ad -r 50dbc85ff26a sys/dev/mii/makphy.c
--- a/sys/dev/mii/makphy.c      Sun Aug 01 08:32:17 2010 +0000
+++ b/sys/dev/mii/makphy.c      Sun Aug 01 09:54:12 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: makphy.c,v 1.33 2009/12/14 00:51:06 matt Exp $ */
+/*     $NetBSD: makphy.c,v 1.34 2010/08/01 09:54:12 kiyohara 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.33 2009/12/14 00:51:06 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: makphy.c,v 1.34 2010/08/01 09:54:12 kiyohara 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_E1116R,
+         MII_STR_xxMARVELL_E1116R },
+
        { 0,                            0,
          NULL },
 };



Home | Main Index | Thread Index | Old Index