aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/smc
Commit message (Expand)AuthorAgeFilesLines
* MFC: r226995, r227042Marius Strobl2011-11-061-88/+57
* - MFC r225354:Stanislav Sedov2011-09-271-1/+4
* MFC r207554:Maxim Sobolev2010-11-151-1/+1
* MFC: r213894, r213896, r214913Marius Strobl2010-11-071-2/+3
* 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