summaryrefslogtreecommitdiff
path: root/sys/dev/smc
AgeCommit message (Expand)Author
2025-01-02Remove now-redundant calls to device_delete_childJohn Baldwin
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-06Mechanically convert smc(4) to IfAPIJustin Hibbits
2022-05-09smc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2022-04-12smc: Rename constants for control register from CTR* to CTRL*.John Baldwin
2020-09-01smc: clean up empty lines in .c and .h filesMateusz Guzik
2020-07-28Add an ACPI attachment for if_smcAndrew Turner
2020-02-11Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff
2019-12-10Use callout_func_t instead of the deprecated timeout_t.John Baldwin
2017-12-25Do pass removing some write-only variables from the kernel.Alexander Kabaev
2017-12-06Garbage collect IFCAP_POLLING_NOCOUNT. It wasn't used since veryGleb Smirnoff
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-09-28Make this compile with DEVICE_POLLING set.Nick Hibma
2016-03-01Remove taskqueue_enqueue_fast().John Baldwin
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2015-02-13o Correct the calculation how many pages we needRuslan Bukin
2015-01-06In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson
2014-09-18Fx a type from r271817; it's IFCOUNTER_* not IFNET_*.Bjoern A. Zeeb
2014-09-18Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-09-10Move if_smc_fdt.c to live in sys/dev/smc. It's not specific to the ARMAndrew Turner
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-13Disable interrupts in filter in order to avoid interrupt storm andOleksandr Tymoshenko
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-04-07- Do not reinitialize the card if it is already running.Stanislav Sedov
2011-11-01- Import the common MII bitbang'ing code from NetBSD and convert drivers toMarius Strobl
2011-09-02- Fix NULL pointer dereference when a packet of uneven size is beingStanislav Sedov
2010-10-15Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl
2010-05-03Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev
2009-06-11strict kobj signatures: fix assortment of miibus_writereg implsAndriy Gapon
2009-05-30When user_frac in the polling subsystem is low it is going to busy theAttilio Rao
2008-06-17- Move ether_ifdetach earlier.Benno Rice
2008-06-13Use callout_init_mtx to simplify locking somewhat. While we're here, rearrangeBenno Rice
2008-06-12Make sure we drain our taskqueues and stop our callouts in detach.Benno Rice
2008-06-11Switch to using a normal mutex instead of a spin mutex.Benno Rice
2008-06-11Convert bus_space_{read,write}_* calls to bus_{read,write}_* calls.Benno Rice
2008-06-06This is a rewritten driver for the SMSC LAN91C111. It's based in part on theBenno Rice