Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/mii Correct string for BCM5709S.



details:   https://anonhg.NetBSD.org/src/rev/1f72cdb29a18
branches:  trunk
changeset: 759070:1f72cdb29a18
user:      jym <jym%NetBSD.org@localhost>
date:      Sat Nov 27 17:38:49 2010 +0000

description:
Correct string for BCM5709S.

diffstat:

 sys/dev/mii/miidevs.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 82c1e4160765 -r 1f72cdb29a18 sys/dev/mii/miidevs.h
--- a/sys/dev/mii/miidevs.h     Sat Nov 27 17:08:36 2010 +0000
+++ b/sys/dev/mii/miidevs.h     Sat Nov 27 17:38:49 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: miidevs.h,v 1.97 2010/05/02 12:43:05 pgoyette Exp $    */
+/*     $NetBSD: miidevs.h,v 1.98 2010/11/27 17:38:49 jym Exp $ */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -228,7 +228,7 @@
 #define        MII_MODEL_BROADCOM2_BCM5761     0x003d
 #define        MII_STR_BROADCOM2_BCM5761       "BCM5761 10/100/1000baseT PHY"
 #define        MII_MODEL_BROADCOM2_BCM5709S    0x003f
-#define        MII_STR_BROADCOM2_BCM5709S      "BCM5761 10/100/1000baseT PHY"
+#define        MII_STR_BROADCOM2_BCM5709S      "BCM5709S 1000/2500baseSX PHY"
 #define        MII_MODEL_xxBROADCOM_ALT1_BCM5906       0x0004
 #define        MII_STR_xxBROADCOM_ALT1_BCM5906 "BCM5906 10/100baseTX media interface"
  



Home | Main Index | Thread Index | Old Index