Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/mii - Rename JMICRON 0x0021 from JMC250 to JMP211



details:   https://anonhg.NetBSD.org/src/rev/411386259ff3
branches:  trunk
changeset: 460664:411386259ff3
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Oct 30 12:01:36 2019 +0000

description:
- Rename JMICRON 0x0021 from JMC250 to JMP211
- Rename JMICRON 0x0022 from JMC260 to JMP202

diffstat:

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

diffs (20 lines):

diff -r d6c7fdc1cff6 -r 411386259ff3 sys/dev/mii/miidevs
--- a/sys/dev/mii/miidevs       Wed Oct 30 11:59:02 2019 +0000
+++ b/sys/dev/mii/miidevs       Wed Oct 30 12:01:36 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: miidevs,v 1.159 2019/10/18 20:42:10 maya Exp $
+$NetBSD: miidevs,v 1.160 2019/10/30 12:01:36 msaitoh Exp $
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -281,8 +281,8 @@
 
 
 /* JMicron PHYs */
-model JMICRON JMC250           0x0021 JMC250 10/100/1000 media interface
-model JMICRON JMC260           0x0022 JMC260 10/100 media interface
+model JMICRON JMP211           0x0021 JMP211 10/100/1000 media interface
+model JMICRON JMP202           0x0022 JMP202 10/100 media interface
 
 /* Level 1 PHYs */
 model xxLEVEL1 LXT970          0x0000 LXT970 10/100 media interface



Home | Main Index | Thread Index | Old Index