aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/smc
Commit message (Expand)AuthorAgeFilesLines
* smc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-10/+9
* Add an ACPI attachment for if_smcAndrew Turner2020-07-284-43/+107
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-111-1/+1
* Use callout_func_t instead of the deprecated timeout_t.John Baldwin2019-12-101-1/+1
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-10/+1
* Garbage collect IFCAP_POLLING_NOCOUNT. It wasn't used since veryGleb Smirnoff2017-12-061-2/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-273-0/+6
* Make this compile with DEVICE_POLLING set.Nick Hibma2017-09-281-2/+3
* Remove taskqueue_enqueue_fast().John Baldwin2016-03-011-8/+8
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-4/+4
* o Correct the calculation how many pages we needRuslan Bukin2015-02-131-3/+22
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-2/+1
* Fx a type from r271817; it's IFCOUNTER_* not IFNET_*.Bjoern A. Zeeb2014-09-181-1/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-10/+9
* Move if_smc_fdt.c to live in sys/dev/smc. It's not specific to the ARMAndrew Turner2014-09-101-0/+135
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Disable interrupts in filter in order to avoid interrupt storm andOleksandr Tymoshenko2012-12-131-7/+4
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-2/+2
* - Do not reinitialize the card if it is already running.Stanislav Sedov2012-04-071-2/+3
* - Import the common MII bitbang'ing code from NetBSD and convert drivers toMarius Strobl2011-11-011-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