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 SMSC LAN83C185 10/100 PHY from OpenBSD



details:   https://anonhg.NetBSD.org/src/rev/32eab5669e8a
branches:  trunk
changeset: 449216:32eab5669e8a
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Feb 27 03:05:18 2019 +0000

description:
- Add SMSC LAN83C185 10/100 PHY from OpenBSD
- Add SMSC LAN8740 10/100 media interface

diffstat:

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

diffs (20 lines):

diff -r aa4471e0efa1 -r 32eab5669e8a sys/dev/mii/miidevs
--- a/sys/dev/mii/miidevs       Wed Feb 27 03:01:08 2019 +0000
+++ b/sys/dev/mii/miidevs       Wed Feb 27 03:05:18 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.142 2019/02/25 06:23:33 msaitoh Exp $
+$NetBSD: miidevs,v 1.143 2019/02/27 03:05:18 msaitoh Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -358,8 +358,10 @@
 model SIS 900                  0x0000 SiS 900 10/100 media interface
 
 /* SMSC PHYs */
+model SMSC LAN83C185           0x000a SMSC LAN83C185 10/100 PHY
 model SMSC LAN8700             0x000c SMSC LAN8700 10/100 Ethernet Transceiver
 model SMSC LAN8710_LAN8720     0x000f SMSC LAN8710/LAN8720 10/100 Ethernet Transceiver
+model SMSC LAN8740             0x0011 SMSC LAN8740 10/100 media interface
 
 /* Texas Instruments PHYs */
 model TI TLAN10T               0x0001 ThunderLAN 10BASE-T media interface



Home | Main Index | Thread Index | Old Index