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 Micrel (now Microchip) KSZ80[0456]1, KSZ8721...



details:   https://anonhg.NetBSD.org/src/rev/47562f838de7
branches:  trunk
changeset: 460866:47562f838de7
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Nov 06 16:00:02 2019 +0000

description:
Add Micrel (now Microchip) KSZ80[0456]1, KSZ8721, KSZ9[01]31, KS8731 and
KSZ9477.

diffstat:

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

diffs (30 lines):

diff -r 4beca0029f19 -r 47562f838de7 sys/dev/mii/miidevs
--- a/sys/dev/mii/miidevs       Wed Nov 06 14:33:52 2019 +0000
+++ b/sys/dev/mii/miidevs       Wed Nov 06 16:00:02 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.160 2019/10/30 12:01:36 msaitoh Exp $
+$NetBSD: miidevs,v 1.161 2019/11/06 16:00:02 msaitoh Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -325,10 +325,17 @@
 model MARVELL E1000_6          0x0006 Marvell 88E1000 Gigabit PHY
 model MARVELL E1111            0x000c Marvell 88E1111 Gigabit PHY
 
-/* Micrel PHYs */
-model MICREL KSZ8081           0x0016 Micrel KSZ8081 10/100 PHY
-model MICREL KSZ9021RNI                0x0021 Micrel KSZ9021RNI 10/100/1000 PHY
+/* Micrel PHYs (Kendin and Microchip) */
+model MICREL KSZ8041           0x0011 Micrel KSZ8041TL/FTL/MLL 10/100 PHY
+model MICREL KSZ8041RNLI       0x0013 Micrel KSZ8041RNLI 10/100 PHY
+model MICREL KSZ8051           0x0015 Micrel KSZ80[235]1 10/100 PHY
+model MICREL KSZ8081           0x0016 Micrel KSZ80[89]1 10/100 PHY
+model MICREL KSZ8061           0x0017 Micrel KSZ8061 10/100 PHY
+model MICREL KSZ9021_8001_8721 0x0021 Micrel KSZ9021 Gb & KSZ8001/8721 10/100 PHY
 model MICREL KSZ9031           0x0022 Micrel KSZ9031 10/100/1000 PHY
+model MICREL KSZ9477           0x0023 Micrel KSZ9477 10/100/1000 PHY
+model MICREL KSZ9131           0x0024 Micrel KSZ9131 10/100/1000 PHY
+model MICREL KS8737            0x0032 Micrel KS8737 10/100 PHY
 
 /* Myson Technology PHYs */
 model xxMYSON MTD972           0x0000 MTD972 10/100 media interface



Home | Main Index | Thread Index | Old Index