summaryrefslogtreecommitdiffstats
path: root/sys/dev/smc/if_smc.c
Commit message (Expand)AuthorAgeFilesLines
* - Fix NULL pointer dereference when a packet of uneven size is beingstas2011-09-021-1/+4
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-151-2/+3
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* strict kobj signatures: fix assortment of miibus_writereg implsavg2009-06-111-1/+2
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-301-0/+2
* - Move ether_ifdetach earlier.benno2008-06-171-2/+7
* Use callout_init_mtx to simplify locking somewhat. While we're here, rearrangebenno2008-06-131-34/+18
* Make sure we drain our taskqueues and stop our callouts in detach.benno2008-06-121-7/+36
* Switch to using a normal mutex instead of a spin mutex.benno2008-06-111-15/+29
* Convert bus_space_{read,write}_* calls to bus_{read,write}_* calls.benno2008-06-111-25/+17
* This is a rewritten driver for the SMSC LAN91C111. It's based in part on thebenno2008-06-061-0/+1312
OpenPOWER on IntegriCloud