summaryrefslogtreecommitdiffstats
path: root/sys/dev/an
Commit message (Expand)AuthorAgeFilesLines
* MFC r313982, r314068:pfg2017-03-141-1/+1
* Reject ioctl commands for FLSHGCHR and FLSHPCHR if the size is greatersbruno2016-05-241-0/+6
* Move mutex initialization from PCI probe to PCI attach. Drivers are notscottl2016-05-123-23/+13
* sys/dev: minor spelling fixes.pfg2016-05-032-2/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-271-6/+6
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingimp2015-12-111-0/+1
* In order to reduce use of M_EXT outside of the mbuf allocator andrwatson2015-01-061-4/+2
* Mechanically convert to if_inc_counter().glebius2014-09-191-20/+20
* last is set and not used, most likely a cut and paste error from otherimp2014-08-081-3/+1
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,jhb2014-06-101-8/+0
* Fix several panics when initialization of an ISA or PC-CARD device fails:gavin2013-12-142-6/+5
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-14/+0
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-4/+4
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-121-1/+1
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* Fix some net80211 enum nits:bschmidt2011-12-171-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Remove duplicate header includeskevlo2011-06-281-1/+0
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* - For 350 chips, don't set various INTR bits in TX control word; turning INTRjhb2009-11-242-9/+14
* Use bus_*() rather than bus_space_*().jhb2009-11-245-39/+12
* - Locking fixes to not do silly things like drop the lock only to call ajhb2009-11-102-76/+67
* - Use device_printf() instead of printf() with an explicit unit numberjhb2009-11-065-19/+16
* Use device_printf() and if_printf() instead of printf() with an explicitjhb2009-11-062-70/+61
* Shutdown routine returns int.imp2009-02-042-3/+3
* In case INET is not defined, then ANCACHE is not defined andbz2008-11-061-0/+2
* Style changes from avatar.ambrisko2008-01-182-48/+48
* First real attempt at proper locking. The locking is a little complicatedambrisko2008-01-183-122/+253
* MFP4(129048): Eliminating an unnecessary check on an_gone insideavatar2007-11-271-4/+0
* MFP4(128855, 129015):avatar2007-11-162-11/+18
* Fixing invalid channel display in ifconfig(8) by implementing requiredavatar2007-09-101-0/+17
* MFP4(123687): Closing another LOR by dropping the driver lock around callsavatar2007-08-071-1/+3
* MFP4(123686): Fixing various ancontrol(8) related panics by dropping locksavatar2007-08-021-12/+60
* Remove assignment to uninitialized variable that wasn't then used anyway.mjacob2007-06-081-2/+0
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-233-3/+3
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-5/+6
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Silence the strict-alias warnings. Make a trip through (void *) whenimp2006-02-041-16/+16
* Since the A-Z range is contained in the previous check, the else-if isnjl2006-01-261-3/+2
* Don't leak mbufs and mbuf clusters in several error-handling situationsrwatson2006-01-151-0/+4
* If frame length is excessive, don't leak an mbuf and cluster whenrwatson2006-01-151-0/+1
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-2/+3
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherru2005-11-111-6/+0
* MFp4: Remove OLDCARD shimsimp2005-09-221-27/+13
* MFp4: trivial KNF nitsimp2005-09-221-6/+1
* MFp4: KNF (mostly remove K&R function definitions). Fix some spaces leftimp2005-09-221-176/+82
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-12/+12
* Minor style nits.imp2005-08-031-6/+4
OpenPOWER on IntegriCloud