summaryrefslogtreecommitdiff
path: root/sys/dev/an
Commit message (Expand)AuthorAgeFilesLines
* MFC r331797:Brooks Davis2018-04-081-6/+12
* Revert r330897:Eitan Adler2018-03-296-12/+0
* Partial merge of the SPDX changesEitan Adler2018-03-146-0/+12
* MFC r313982, r314068:Pedro F. Giffuni2017-03-141-1/+1
* Reject ioctl commands for FLSHGCHR and FLSHPCHR if the size is greaterSean Bruno2016-05-241-0/+6
* Move mutex initialization from PCI probe to PCI attach. Drivers are notScott Long2016-05-123-23/+13
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-2/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-6/+6
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh2015-12-111-0/+1
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-4/+2
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-20/+20
* last is set and not used, most likely a cut and paste error from otherWarner Losh2014-08-081-3/+1
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin2014-06-101-8/+0
* Fix several panics when initialization of an ISA or PC-CARD device fails:Gavin Atkinson2013-12-142-6/+5
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-14/+0
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-4/+4
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-171-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Remove duplicate header includesKevin Lo2011-06-281-1/+0
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* - For 350 chips, don't set various INTR bits in TX control word; turning INTRJohn Baldwin2009-11-242-9/+14
* Use bus_*() rather than bus_space_*().John Baldwin2009-11-245-39/+12
* - Locking fixes to not do silly things like drop the lock only to call aJohn Baldwin2009-11-102-76/+67
* - Use device_printf() instead of printf() with an explicit unit numberJohn Baldwin2009-11-065-19/+16
* Use device_printf() and if_printf() instead of printf() with an explicitJohn Baldwin2009-11-062-70/+61
* Shutdown routine returns int.Warner Losh2009-02-042-3/+3
* In case INET is not defined, then ANCACHE is not defined andBjoern A. Zeeb2008-11-061-0/+2
* Style changes from avatar.Doug Ambrisko2008-01-182-48/+48
* First real attempt at proper locking. The locking is a little complicatedDoug Ambrisko2008-01-183-122/+253
* MFP4(129048): Eliminating an unnecessary check on an_gone insideTai-hwa Liang2007-11-271-4/+0
* MFP4(128855, 129015):Tai-hwa Liang2007-11-162-11/+18
* Fixing invalid channel display in ifconfig(8) by implementing requiredTai-hwa Liang2007-09-101-0/+17
* MFP4(123687): Closing another LOR by dropping the driver lock around callsTai-hwa Liang2007-08-071-1/+3
* MFP4(123686): Fixing various ancontrol(8) related panics by dropping locksTai-hwa Liang2007-08-021-12/+60
* Remove assignment to uninitialized variable that wasn't then used anyway.Matt Jacob2007-06-081-2/+0
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-233-3/+3
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-5/+6
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Silence the strict-alias warnings. Make a trip through (void *) whenWarner Losh2006-02-041-16/+16
* Since the A-Z range is contained in the previous check, the else-if isNate Lawson2006-01-261-3/+2
* Don't leak mbufs and mbuf clusters in several error-handling situationsRobert Watson2006-01-151-0/+4
* If frame length is excessive, don't leak an mbuf and cluster whenRobert Watson2006-01-151-0/+1
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-2/+3
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherRuslan Ermilov2005-11-111-6/+0
* MFp4: Remove OLDCARD shimsWarner Losh2005-09-221-27/+13
* MFp4: trivial KNF nitsWarner Losh2005-09-221-6/+1
* MFp4: KNF (mostly remove K&R function definitions). Fix some spaces leftWarner Losh2005-09-221-175/+81