summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2001-03-12 02:27:10 +0000
committerjlemon <jlemon@FreeBSD.org>2001-03-12 02:27:10 +0000
commit639c22ad7368843e9d59dc89efe4936aa514b274 (patch)
treeda84ca62546330692115bdd4b01a47fbea54168f /sys/dev/mii
parent7a496bed78710457c4377f30f70398745eeeb963 (diff)
downloadFreeBSD-src-639c22ad7368843e9d59dc89efe4936aa514b274.zip
FreeBSD-src-639c22ad7368843e9d59dc89efe4936aa514b274.tar.gz
Add some definitions for Intel 82553 PHYs
Diffstat (limited to 'sys/dev/mii')
-rw-r--r--sys/dev/mii/miidevs5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs
index b93bd5b..805d987 100644
--- a/sys/dev/mii/miidevs
+++ b/sys/dev/mii/miidevs
@@ -67,6 +67,9 @@ oui XAQTI 0x00e0ae XaQti Corp.
/* in the 79c873, AMD uses another OUI (which matches Davicom!) */
oui xxAMD 0x00606e Advanced Micro Devices
+/* Intel 82553 A/B steppings */
+oui xxINTEL 0x00f800 Intel
+
/* some vendors have the bits swapped within bytes
(ie, ordered as on the wire) */
oui xxALTIMA 0x000895 Altima Communications
@@ -108,6 +111,8 @@ model xxDAVICOM DM9101 0x0000 DM9101 10/100 media interface
model xxICS 1890 0x0002 ICS1890 10/100 media interface
/* Intel PHYs */
+model xxINTEL I82553AB 0x0000 i83553 10/100 media interface
+model INTEL I82553C 0x0035 i82553 10/100 media interface
model INTEL I82555 0x0015 i82555 10/100 media interface
/* Level 1 PHYs */
OpenPOWER on IntegriCloud