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 ID for the Broadcom BCM53125 1000BASE-T switch.



details:   https://anonhg.NetBSD.org/src/rev/561b070b937c
branches:  trunk
changeset: 451818:561b070b937c
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Jun 06 16:04:13 2019 +0000

description:
Add ID for the Broadcom BCM53125 1000BASE-T switch.

diffstat:

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

diffs (17 lines):

diff -r a0929fa7e6d2 -r 561b070b937c sys/dev/mii/miidevs
--- a/sys/dev/mii/miidevs       Thu Jun 06 15:59:23 2019 +0000
+++ b/sys/dev/mii/miidevs       Thu Jun 06 16:04:13 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.152 2019/04/22 09:29:55 jmcneill Exp $
+$NetBSD: miidevs,v 1.153 2019/06/06 16:04:13 thorpej Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -214,6 +214,7 @@
 model BROADCOM3 BCM5717C       0x0020 BCM5717C 1000BASE-T media interface
 model BROADCOM3 BCM5719C       0x0022 BCM5719C 1000BASE-T media interface
 model BROADCOM3 BCM57765       0x0024 BCM57765 1000BASE-T media interface
+model BROADCOM3 BCM53125       0x0032 BCM53125 1000BASE-T switch
 model BROADCOM3 BCM5720C       0x0036 BCM5720C 1000BASE-T media interface
 model BROADCOM4 BCM5725C       0x0038 BCM5725C 1000BASE-T media interface
 model xxBROADCOM_ALT1 BCM5906  0x0004 BCM5906 10/100baseTX media interface



Home | Main Index | Thread Index | Old Index