aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/smc
Commit message (Expand)AuthorAgeFilesLines
* MFC: r243857 (partial)Marius Strobl2013-03-091-2/+2
* MFC: r226995, r227042Marius Strobl2011-11-061-88/+57
* - Fix NULL pointer dereference when a packet of uneven size is beingStanislav Sedov2011-09-021-1/+4
* Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl2010-10-151-2/+3
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-1/+1
* strict kobj signatures: fix assortment of miibus_writereg implsAndriy Gapon2009-06-112-2/+3
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-301-0/+2
* - Move ether_ifdetach earlier.Benno Rice2008-06-171-2/+7
* Use callout_init_mtx to simplify locking somewhat. While we're here, rearrangeBenno Rice2008-06-132-35/+18
* Make sure we drain our taskqueues and stop our callouts in detach.Benno Rice2008-06-122-7/+37
* Switch to using a normal mutex instead of a spin mutex.Benno Rice2008-06-112-22/+30
* Convert bus_space_{read,write}_* calls to bus_{read,write}_* calls.Benno Rice2008-06-112-30/+18
* This is a rewritten driver for the SMSC LAN91C111. It's based in part on theBenno Rice2008-06-063-0/+1660