diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2019-10-30 12:01:36 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2019-10-30 12:01:36 +0000 |
| commit | cfdfd69a5563599ac5f8035025efcbf8f2f9d530 (patch) | |
| tree | 60b31538fdf390d733c0d4346b743874da23a111 /sys/dev | |
| parent | dd38f4924cfc267d7e4b925b6efaf8926dce2c74 (diff) | |
- Rename JMICRON 0x0021 from JMC250 to JMP211
- Rename JMICRON 0x0022 from JMC260 to JMP202
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/mii/miidevs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs index ff1c5ca3cb8..a7a63194b53 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -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 @@ model ATTANSIC I82578 0x0004 Intel 82578 10/100/1000 media interface /* 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 |
