summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/miidevs
diff options
context:
space:
mode:
authorbenno <benno@FreeBSD.org>2008-06-06 05:00:49 +0000
committerbenno <benno@FreeBSD.org>2008-06-06 05:00:49 +0000
commit38e6324da40386642b2361f5c422ea1d1722b94c (patch)
treecaa396ccc2a7d21c06159062c9fb2842fc9e1d99 /sys/dev/mii/miidevs
parent50f80e694a91c15bfc41256ebfe514ad8e6f9164 (diff)
downloadFreeBSD-src-38e6324da40386642b2361f5c422ea1d1722b94c.zip
FreeBSD-src-38e6324da40386642b2361f5c422ea1d1722b94c.tar.gz
This is a rewritten driver for the SMSC LAN91C111. It's based in part on the
sn(4) driver and also looking at newer drivers. The reason for the rewrite is to support MII and to try and resolve some performance issues found when trying to use the sn(4) driver on the Gumstix network boards. For reference, the SMSC LAN91C111 is a non-PCI ethernet part whose lineage dates back to Ye Olde Days of ISA. It seems to get some use in the embedded space these days on parts lacking on-board MACs or on-board PCI controllers, such as the XScale PXA line of ARM CPUs. This also includes a driver for the SMSC LAN83C183 10/100 PHY. Man page to follow.
Diffstat (limited to 'sys/dev/mii/miidevs')
-rw-r--r--sys/dev/mii/miidevs4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs
index ac77d51..ff65217 100644
--- a/sys/dev/mii/miidevs
+++ b/sys/dev/mii/miidevs
@@ -67,6 +67,7 @@ oui QUALSEMI 0x006051 Quality Semiconductor
oui REALTEK 0x000020 RealTek Semicondctor
oui SEEQ 0x00a07d Seeq
oui SIS 0x00e006 Silicon Integrated Systems
+oui SMSC 0x0005be SMSC
oui TDK 0x00c039 TDK
oui TI 0x080028 Texas Instruments
oui VITESSE 0x0001c1 Vitesse Semiconductor
@@ -209,6 +210,9 @@ model xxSEEQ 84220 0x0004 Seeq 84220 10/100 media interface
/* Silicon Integrated Systems PHYs */
model xxSIS 900 0x0000 SiS 900 10/100 media interface
+/* SMSC PHYs */
+model SMSC LAN83C183 0x0004 SMSC LAN83C183 10/100 media interface
+
/* TDK */
model TDK 78Q2120 0x0014 TDK 78Q2120 media interface
OpenPOWER on IntegriCloud