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 a Broadcom PHy used in the D-Link USB100 ada...



details:   https://anonhg.NetBSD.org/src/rev/cb1b5675c000
branches:  trunk
changeset: 480481:cb1b5675c000
user:      augustss <augustss%NetBSD.org@localhost>
date:      Thu Jan 13 20:16:08 2000 +0000

description:
Add a Broadcom PHy used in the D-Link USB100 adapter.
There's no special driver for this PHY (yet).

diffstat:

 sys/dev/mii/miidevs |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 16dcdfa393a4 -r cb1b5675c000 sys/dev/mii/miidevs
--- a/sys/dev/mii/miidevs       Thu Jan 13 19:58:40 2000 +0000
+++ b/sys/dev/mii/miidevs       Thu Jan 13 20:16:08 2000 +0000
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.9 1999/11/19 18:26:09 thorpej Exp $
+$NetBSD: miidevs,v 1.10 2000/01/13 20:16:08 augustss Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -49,6 +49,7 @@
  */
 
 oui AMD                                0x00001a        Advanced Micro Devices
+oui BROADCOM                   0x001018        Broadcom
 oui ENABLESEMI                 0x0010dd        Enable Semiconductor
 oui DAVICOM                    0x00606e        Davicom Semiconductor
 oui ICS                                0x00a0be        Integrated Circuit Systems
@@ -90,6 +91,9 @@
 model xxAMD 79C873             0x0000 Am79C873 10/100 media interface
 model AMD 79c973phy            0x0036 Am79c973 internal PHY
 
+/* Broadcom PHYs */
+model BROADCOM BCM5201         0x0021 BCM5201 10/100 media interface
+
 /* Davicom Semiconductor PHYs */
 model xxDAVICOM DM9101         0x0000 DM9101 10/100 media interface
 



Home | Main Index | Thread Index | Old Index