summaryrefslogtreecommitdiffstats
path: root/sys/dev/smc
Commit message (Expand)AuthorAgeFilesLines
* Disable interrupts in filter in order to avoid interrupt storm andgonzo2012-12-131-7/+4
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* - Do not reinitialize the card if it is already running.stas2012-04-071-2/+3
* - Import the common MII bitbang'ing code from NetBSD and convert drivers tomarius2011-11-011-88/+57
* - 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-112-2/+3
* 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-132-35/+18
* Make sure we drain our taskqueues and stop our callouts in detach.benno2008-06-122-7/+37
* Switch to using a normal mutex instead of a spin mutex.benno2008-06-112-22/+30
* Convert bus_space_{read,write}_* calls to bus_{read,write}_* calls.benno2008-06-112-30/+18
* This is a rewritten driver for the SMSC LAN91C111. It's based in part on thebenno2008-06-063-0/+1660
OpenPOWER on IntegriCloud