diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2008-05-27 01:16:40 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2008-05-27 01:16:40 +0000 |
| commit | 6021a944af62e8a6a12a2e405b40ff737f71cae2 (patch) | |
| tree | e313bc13a0c029d977da6314659a1dfce156f739 /sys/dev/mii/miidevs | |
| parent | 48972152ee072f4d927a47ddf68605027d201d86 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mii/miidevs')
| -rw-r--r-- | sys/dev/mii/miidevs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs index 012919925c51..ac77d5154d99 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -60,6 +60,7 @@ oui ICPLUS 0x0090c3 IC Plus Corp. oui ICS 0x00a0be Integrated Circuit Systems oui INTEL 0x00aa00 Intel oui JATO 0x00e083 Jato Technologies +oui JMICRON 0x001b8c JMicron Technologies oui LEVEL1 0x00207b Level 1 oui NATSEMI 0x080017 National Semiconductor oui QUALSEMI 0x006051 Quality Semiconductor @@ -178,6 +179,10 @@ model INTEL I82553C 0x0035 i82553 10/100 media interface /* Jato Technologies PHYs */ model JATO BASEX 0x0000 Jato 1000baseX media interface +/* JMicron Technologies PHYs */ +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 |
