diff options
Diffstat (limited to 'sys/dev/mii/miidevs')
-rw-r--r-- | sys/dev/mii/miidevs | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs index 343875306cb..a8f7ba17078 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -1,4 +1,4 @@ -$OpenBSD: miidevs,v 1.69 2006/01/15 03:06:21 jsg Exp $ +$OpenBSD: miidevs,v 1.70 2006/02/11 21:11:40 brad Exp $ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ /*- @@ -65,6 +65,7 @@ oui SEEQ 0x00a07d Seeq oui SIS 0x00e006 Silicon Integrated Systems oui TI 0x080028 Texas Instruments oui TSC 0x00c039 TDK Semiconductor +oui VIA 0x004063 VIA Networking Technologies oui XAQTI 0x00e0ae XaQti Corp. /* in the 79c873, AMD uses another OUI (which matches Davicom!) */ @@ -72,6 +73,7 @@ oui xxALTIMA 0x000895 Altima Communications oui xxAMD 0x00606e Advanced Micro Devices oui xxINTEL 0x00f800 Intel (alt) oui xxCICADA 0x00c08f Cicada Semiconductor (alt) +oui xxICPLUS 0x000004 IC Plus Corp. /* some vendors have the bits swapped within bytes (ie, ordered as on the wire) */ @@ -171,6 +173,9 @@ model xxMARVELL E1111 0x000c Marvell 88E1111 Gigabit PHY /* Contrived vendor/model for dcphy */ model xxDEC xxDC 0x0001 DC +/* IC Plus Corp. PHYs */ +model xxICPLUS IP101 0x90c3 IP101 10/100 PHY + /* Integrated Circuit Systems PHYs */ model xxICS 1890 0x0002 ICS1890 10/100 PHY model xxICS 1892 0x0003 ICS1892 10/100 PHY @@ -232,5 +237,9 @@ model xxTI TNETE2101 0x0003 TNETE2101 PHY model TSC 78Q2120 0x0014 78Q2120 10/100 PHY model TSC 78Q2121 0x0015 78Q2121 100baseTX PHY +/* VIA Networking Technologies PHYs */ +model VIA VT6103 0x0032 VT6103 10/100 PHY +model VIA VT6103_2 0x0034 VT6103 10/100 PHY + /* XaQti Corp. PHYs */ model XAQTI XMACII 0x0000 XaQti Corp. XMAC II Gigabit PHY |