Module Name:    src
Committed By:   msaitoh
Date:           Fri Mar  8 07:10:27 UTC 2019

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

Log Message:
 Add yyASIX and AX88772* devices.


To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 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.147 src/sys/dev/mii/miidevs:1.148
--- src/sys/dev/mii/miidevs:1.147	Fri Mar  8 07:08:49 2019
+++ src/sys/dev/mii/miidevs	Fri Mar  8 07:10:26 2019
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.147 2019/03/08 07:08:49 msaitoh Exp $
+$NetBSD: miidevs,v 1.148 2019/03/08 07:10:26 msaitoh Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -106,6 +106,7 @@ oui xxMARVELL			0x000ac2	Marvell Semicon
 oui xxINTEL			0x001f00	Intel
 oui xxBROADCOM_ALT1		0x0050ef	Broadcom Corporation
 oui yyINTEL			0x005500	Intel
+oui yyASIX			0x007063	Asix Semiconductor
 oui xxPMCSIERRA2		0x009057	PMC-Sierra
 oui xxCICADA			0x00c08f	Cicada Semiconductor
 oui xxNATSEMI			0x1000e8	National Semiconductor
@@ -123,6 +124,9 @@ model AGERE ET1011		0x0004 Agere ET1011 
 
 /* Asix semiconductor PHYs */
 model xxASIX AX88X9X		0x0031 Ax88x9x internal PHY
+model yyASIX AX88772		0x0001 AX88772 internal PHY
+model yyASIX AX88772A		0x0006 AX88772A internal PHY
+model yyASIX AX88772B		0x0008 AX88772B internal PHY
 
 /* Altima Communications PHYs */
 /* Don't know the model for ACXXX */

Reply via email to