Module Name:    src
Committed By:   skrll
Date:           Wed Oct 23 05:44:10 UTC 2024

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

Log Message:
Add Motorcomm YT8531 Gigabit PHY


To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 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.173 src/sys/dev/mii/miidevs:1.174
--- src/sys/dev/mii/miidevs:1.173	Sun Oct  6 15:38:11 2024
+++ src/sys/dev/mii/miidevs	Wed Oct 23 05:44:10 2024
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.173 2024/10/06 15:38:11 msaitoh Exp $
+$NetBSD: miidevs,v 1.174 2024/10/23 05:44:10 skrll Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -94,6 +94,7 @@ oui BROADCOM4			0x18c086	Broadcom Corpor
 oui RENESAS			0x749050	Renesas
 oui INTEL2			0x984fee	Intel
 oui MAXLINEAR			0xac9a96	MaxLinear
+oui MOTORCOMM			0xc82b5e	Motorcomm
 
 /* Unregistered or wrong OUI */
 oui yyREALTEK			0x000004	Realtek
@@ -348,6 +349,9 @@ model MICREL KSZ9477		0x0023 Micrel KSZ9
 model MICREL KSZ9131		0x0024 Micrel KSZ9131 10/100/1000 PHY
 model MICREL KS8737		0x0032 Micrel KS8737 10/100 PHY
 
+/* Motorcomm */
+model MOTORCOMM YT8531		0x0011 Motorcomm YT8531 Gigabit PHY
+
 /* Myson Technology PHYs */
 model xxMYSON MTD972		0x0000 MTD972 10/100 media interface
 model MYSON MTD803		0x0000 MTD803 3-in-1 media interface

Reply via email to