Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/mii Change ICPLUS(0x0090c3) to xxICPLUS(0x0009c3)



details:   https://anonhg.NetBSD.org/src/rev/8335394550bd
branches:  trunk
changeset: 459640:8335394550bd
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Sep 19 14:38:45 2019 +0000

description:
Change ICPLUS(0x0090c3) to xxICPLUS(0x0009c3)

diffstat:

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

diffs (40 lines):

diff -r 0c65daa43173 -r 8335394550bd sys/dev/mii/miidevs
--- a/sys/dev/mii/miidevs       Thu Sep 19 14:34:59 2019 +0000
+++ b/sys/dev/mii/miidevs       Thu Sep 19 14:38:45 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.156 2019/09/04 08:56:45 msaitoh Exp $
+$NetBSD: miidevs,v 1.157 2019/09/19 14:38:45 msaitoh Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -78,7 +78,6 @@
 oui AMLOGIC                    0x006051        Amlogic
 oui DAVICOM                    0x00606e        Davicom Semiconductor
 oui SMSC                       0x00800f        SMSC
-oui ICPLUS                     0x0090c3        IC Plus Corp.
 oui SEEQ                       0x00a07d        Seeq
 oui ICS                                0x00a0be        Integrated Circuit Systems
 oui INTEL                      0x00aa00        Intel
@@ -109,6 +108,7 @@
 oui xxREALTEK                  0x000732        Realtek
 oui xxBROADCOM                 0x000818        Broadcom Corporation
 oui xxPMCSIERRA                        0x0009c0        PMC-Sierra
+oui xxICPLUS                   0x0009c3        IC Plus Corp.
 oui xxMARVELL                  0x000ac2        Marvell Semiconductor
 oui xxINTEL                    0x001f00        Intel
 oui xxBROADCOM_ALT1            0x0050ef        Broadcom Corporation
@@ -244,10 +244,10 @@
 model xxDAVICOM DM9601         0x000c DM9601 internal 10/100 media interface
 
 /* IC Plus Corp. PHYs */
-model ICPLUS IP100             0x0004 IP100 10/100 PHY
-model ICPLUS IP101             0x0005 IP101 10/100 PHY
-model ICPLUS IP1000A           0x0008 IP1000A 10/100/1000 PHY
-model ICPLUS IP1001            0x0019 IP1001 10/100/1000 PHY
+model xxICPLUS IP100           0x0004 IP100 10/100 PHY
+model xxICPLUS IP101           0x0005 IP101 10/100 PHY
+model xxICPLUS IP1000A         0x0008 IP1000A 10/100/1000 PHY
+model xxICPLUS IP1001          0x0019 IP1001 10/100/1000 PHY
 
 /* Integrated Circuit Systems PHYs */
 model ICS 1889                 0x0001 ICS1889 10/100 media interface



Home | Main Index | Thread Index | Old Index