diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/mii/miidevs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs index 9418969535b..1629561b22d 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -1,4 +1,4 @@ -$OpenBSD: miidevs,v 1.11 2000/03/01 05:57:18 jason Exp $ +$OpenBSD: miidevs,v 1.12 2000/08/28 04:55:10 jason Exp $ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ /*- @@ -64,10 +64,12 @@ oui xxINTEL 0x00f800 Intel (alt) /* some vendors have the bits swapped within bytes (ie, ordered as on the wire) */ +oui xxBROADCOM 0x000818 Broadcom Corporation oui xxICS 0x00057d Integrated Circuit Systems oui xxSEEQ 0x0005be Seeq oui xxSIS 0x000760 Silicon Integrated Systems oui xxTI 0x100014 Texas Instruments +oui XAQTI 0x00e0ae XaQti Corp. /* Level 1 is completely different - from right to left. (Two bits get lost in the third OUI byte.) */ @@ -90,6 +92,7 @@ model AMD 79C873phy 0x0036 Am79C873 internal PHY /* Broadcom Corp. PHYs */ model BROADCOM 3C905C 0x0017 Broadcom 3C905C internal PHY model BROADCOM BCM5201 0x0021 BCM5201 10/100 media interface +model xxBROADCOM BCM5400 0x0004 BCM5400 1000baseTX PHY /* Davicom Semiconductor PHYs */ model xxDAVICOM DM9101 0x0000 DM9101 10/100 media interface @@ -133,3 +136,6 @@ model xxTI TNETE2101 0x0003 TNETE2101 media interface /* TDK Semiconductor PHYs */ model TSC 78Q2120 0x0014 78Q2120 10/100 media interface model TSC 78Q2121 0x0015 78Q2121 100baseTX media interface + +/* XaQti Corp. PHYs */ +model XAQTI XMACII 0x0000 XaQti Corp. XMAC II gigabit interface |