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 Amlogix GXL internal PHY



details:   https://anonhg.NetBSD.org/src/rev/5ebcd4841d71
branches:  trunk
changeset: 456089:5ebcd4841d71
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Apr 22 09:29:55 2019 +0000

description:
Add Amlogix GXL internal PHY

diffstat:

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

diffs (36 lines):

diff -r 257288c5a3a9 -r 5ebcd4841d71 sys/dev/mii/miidevs
--- a/sys/dev/mii/miidevs       Mon Apr 22 09:12:48 2019 +0000
+++ b/sys/dev/mii/miidevs       Mon Apr 22 09:29:55 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.151 2019/03/25 11:43:50 msaitoh Exp $
+$NetBSD: miidevs,v 1.152 2019/04/22 09:29:55 jmcneill Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -73,6 +73,7 @@
 oui VIA                                0x004063        VIA Technologies
 oui MARVELL                    0x005043        Marvell Semiconductor
 oui QUALSEMI                   0x006051        Quality Semiconductor
+oui AMLOGIC                    0x006051        Amlogic
 oui DAVICOM                    0x00606e        Davicom Semiconductor
 oui SMSC                       0x00800f        SMSC
 oui ICPLUS                     0x0090c3        IC Plus Corp.
@@ -100,6 +101,7 @@
 oui xxTSC                      0x00039c        TDK Semiconductor
 oui xxASIX                     0x000674        Asix Semiconductor
 oui xxDAVICOM                  0x000676        Davicom Semiconductor
+oui xxAMLOGIC                  0x00068a        Amlogic
 oui xxQUALSEMI                 0x00068a        Quality Semiconductor
 oui xxREALTEK                  0x000732        Realtek
 oui xxBROADCOM                 0x000818        Broadcom Corporation
@@ -139,6 +141,10 @@
 model ALTIMA Am79C875          0x0014 Am79C875 10/100 media interface
 model ALTIMA Am79C874          0x0021 Am79C874 10/100 media interface
 
+/* Amlogic PHYs */
+model AMLOGIC GXL              0x0000 Meson GXL internal PHY
+model xxAMLOGIC GXL            0x0000 Meson GXL internal PHY
+
 /* Atheros PHYs */
 model ATHEROS F1               0x0001 F1 10/100/1000 PHY
 model ATHEROS F2               0x0002 F2 10/100 PHY



Home | Main Index | Thread Index | Old Index