summaryrefslogtreecommitdiffstats
path: root/sys/conf
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/conf
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/conf')
-rw-r--r--sys/conf/files2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 9ede3b8..97f3732 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -901,6 +901,7 @@ dev/mii/rlphy.c optional miibus | rlphy
dev/mii/rlswitch.c optional rlswitch
# XXX rue only?
dev/mii/ruephy.c optional miibus | ruephy
+dev/mii/smcphy.c optional miibus | smcphy
dev/mii/tdkphy.c optional miibus | tdkphy
dev/mii/tlphy.c optional miibus | tlphy
dev/mii/ukphy.c optional miibus | mii
@@ -1104,6 +1105,7 @@ dev/smbus/smb.c optional smb
dev/smbus/smbconf.c optional smbus
dev/smbus/smbus.c optional smbus
dev/smbus/smbus_if.m optional smbus
+dev/smc/if_smc.c optional smc
dev/sn/if_sn.c optional sn
dev/sn/if_sn_isa.c optional sn isa
dev/sn/if_sn_pccard.c optional sn pccard
OpenPOWER on IntegriCloud