Module Name:    src
Committed By:   msaitoh
Date:           Wed Nov  6 16:00:02 UTC 2019

Modified Files:
        src/sys/dev/mii: miidevs

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


To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 src/sys/dev/mii/miidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/mii/miidevs
diff -u src/sys/dev/mii/miidevs:1.160 src/sys/dev/mii/miidevs:1.161
--- src/sys/dev/mii/miidevs:1.160	Wed Oct 30 12:01:36 2019
+++ src/sys/dev/mii/miidevs	Wed Nov  6 16:00:02 2019
@@ -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_5		0x0005 Marvell 88
 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

Reply via email to