summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/miidevs
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-04-22 01:54:55 +0000
committerwpaul <wpaul@FreeBSD.org>2000-04-22 01:54:55 +0000
commit063ad82e82b13e158c00aa454cb22822f27e9a2b (patch)
tree3a77a4ae6f561e6bb491505e926967389a71d007 /sys/dev/mii/miidevs
parent9ac3dde9a7d8ad86807d29e4903db314457ed72f (diff)
downloadFreeBSD-src-063ad82e82b13e158c00aa454cb22822f27e9a2b.zip
FreeBSD-src-063ad82e82b13e158c00aa454cb22822f27e9a2b.tar.gz
Add entries for the XMAC II's internal PHY and the Broadcom BCM5400
1000baseTx PHY.
Diffstat (limited to 'sys/dev/mii/miidevs')
-rw-r--r--sys/dev/mii/miidevs8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs
index 8d24ce1..917050c 100644
--- a/sys/dev/mii/miidevs
+++ b/sys/dev/mii/miidevs
@@ -60,17 +60,19 @@ oui QUALSEMI 0x006051 Quality Semiconductor
oui SEEQ 0x00a07d Seeq
oui SIS 0x00e006 Silicon Integrated Systems
oui TI 0x080028 Texas Instruments
-
+oui XAQTI 0x00e0ae XaQti Corp.
/* in the 79c873, AMD uses another OUI (which matches Davicom!) */
oui xxAMD 0x00606e Advanced Micro Devices
/* 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 xxXAQTI 0x350700 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 79c973phy 0x0036 Am79c973 internal PHY
/* Broadcom Corp. PHYs. */
model BROADCOM 3c905Cphy 0x0017 3c905C 10/100 internal PHY
+model xxBROADCOM BCM5400 0x0004 Broadcom 1000baseTX PHY
/* Davicom Semiconductor PHYs */
model xxDAVICOM DM9101 0x0000 DM9101 10/100 media interface
@@ -120,3 +123,6 @@ model xxSIS 900 0x0000 SiS 900 10/100 media interface
/* Texas Instruments PHYs */
model xxTI TLAN10T 0x0001 ThunderLAN 10baseT media interface
model xxTI 100VGPMI 0x0002 ThunderLAN 100VG-AnyLan media interface
+
+/* XaQti Corp. PHYs. */
+model XAQTI XMACII 0x0000 XaQti Corp. XMAC II gigabit interface
OpenPOWER on IntegriCloud