aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/an
Commit message (Expand)AuthorAgeFilesLines
* MFS r365608:Bjoern A. Zeeb2020-09-121-1/+1
* MFC r365015:Warner Losh2020-09-093-2/+4
* MFC: 364430:Warner Losh2020-09-091-0/+2
* MFC r355864:Mark Johnston2019-12-201-8/+15
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Add PNP info to PCI attachment of an driverWarner Losh2018-06-131-0/+2
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-6/+12
* Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh2017-12-231-0/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-186-0/+12
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-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