Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/mii Recognize BCM5703 phy. (with this and the bge c...



details:   https://anonhg.NetBSD.org/src/rev/8208758d752c
branches:  trunk
changeset: 540873:8208758d752c
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Dec 27 03:15:52 2002 +0000

description:
Recognize BCM5703 phy.  (with this and the bge changes, the bge0 on my
ASUS P4PE m/b is now working)

diffstat:

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

diffs (28 lines):

diff -r b4142ed6d9e6 -r 8208758d752c sys/dev/mii/brgphy.c
--- a/sys/dev/mii/brgphy.c      Fri Dec 27 03:14:23 2002 +0000
+++ b/sys/dev/mii/brgphy.c      Fri Dec 27 03:15:52 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: brgphy.c,v 1.13 2002/10/02 16:34:15 thorpej Exp $      */
+/*     $NetBSD: brgphy.c,v 1.14 2002/12/27 03:15:52 matt Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -74,7 +74,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: brgphy.c,v 1.13 2002/10/02 16:34:15 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: brgphy.c,v 1.14 2002/12/27 03:15:52 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -132,6 +132,9 @@
        { MII_OUI_BROADCOM,             MII_MODEL_BROADCOM_BCM5701,
          MII_STR_BROADCOM_BCM5701 },
 
+       { MII_OUI_BROADCOM,             MII_MODEL_BROADCOM_BCM5703,
+         MII_STR_BROADCOM_BCM5703 },
+
        { 0,                            0,
          NULL },
 };



Home | Main Index | Thread Index | Old Index