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(Microchip) LAN911X and LAN75XX.



details:   https://anonhg.NetBSD.org/src/rev/d8df502411ae
branches:  trunk
changeset: 449431:d8df502411ae
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Mar 07 03:26:53 2019 +0000

description:
Add SMSC(Microchip) LAN911X and LAN75XX.

diffstat:

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

diffs (18 lines):

diff -r 78efbd6d0934 -r d8df502411ae sys/dev/mii/miidevs
--- a/sys/dev/mii/miidevs       Thu Mar 07 00:35:22 2019 +0000
+++ b/sys/dev/mii/miidevs       Thu Mar 07 03:26:53 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.144 2019/03/06 04:46:17 msaitoh Exp $
+$NetBSD: miidevs,v 1.145 2019/03/07 03:26:53 msaitoh Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -360,6 +360,8 @@
 /* SMSC PHYs */
 model SMSC LAN83C185           0x000a SMSC LAN83C185 10/100 PHY
 model SMSC LAN8700             0x000c SMSC LAN8700 10/100 Ethernet Transceiver
+model SMSC LAN911X             0x000d SMSC LAN911X internal 10/100 PHY
+model SMSC LAN75XX             0x000e SMSC LAN75XX internal 10/100 PHY
 model SMSC LAN8710_LAN8720     0x000f SMSC LAN8710/LAN8720 10/100 Ethernet Transceiver
 model SMSC LAN8740             0x0011 SMSC LAN8740 10/100 media interface
 model SMSC LAN8741A            0x0012 SMSC LAN8741A 10/100 media interface



Home | Main Index | Thread Index | Old Index