summaryrefslogtreecommitdiff
path: root/sys/dev/an
AgeCommit message (Expand)Author
2021-06-11an: Remove driverEmmanuel Vadot
2021-06-11an: Deprecate the driverEmmanuel Vadot
2021-01-07pccard: Remove an(4) PC Card attachmentWarner Losh
2020-09-01an: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-31Warn for the non pccard attachmentsWarner Losh
2020-08-20Tag pccard drivers with gone in 13.Warner Losh
2020-07-19[if_an] unbreak!Adrian Chadd
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-12-17an(4): Require privileges for all SIOCGAIRONET requests.Mark Johnston
2018-09-26Reapply, with minor tweaks, r338025, from the original commit:Warner Losh
2018-08-19Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer
2018-08-19Remove unused and easy to misuse PNP macro parameterConrad Meyer
2018-06-13Add PNP info to PCI attachment of an driverWarner Losh
2018-03-30Use an accessor function to access ifr_data.Brooks Davis
2017-12-23Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2016-05-24Reject ioctl commands for FLSHGCHR and FLSHPCHR if the size is greaterSean Bruno
2016-05-12Move mutex initialization from PCI probe to PCI attach. Drivers are notScott Long
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2015-12-11Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh
2015-01-06In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-08-08last is set and not used, most likely a cut and paste error from otherWarner Losh
2014-06-10Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin
2013-12-14Fix several panics when initialization of an ISA or PC-CARD device fails:Gavin Atkinson
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-08-12Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-03-12Convert a number of drivers to obtaining their parent DMA tag from theirScott Long
2012-01-07ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo
2011-12-17Fix some net80211 enum nits:Bernhard Schmidt
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-06-28Remove duplicate header includesKevin Lo
2010-05-03Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev
2009-11-24- For 350 chips, don't set various INTR bits in TX control word; turning INTRJohn Baldwin
2009-11-24Use bus_*() rather than bus_space_*().John Baldwin
2009-11-10- Locking fixes to not do silly things like drop the lock only to call aJohn Baldwin
2009-11-06- Use device_printf() instead of printf() with an explicit unit numberJohn Baldwin
2009-11-06Use device_printf() and if_printf() instead of printf() with an explicitJohn Baldwin
2009-02-04Shutdown routine returns int.Warner Losh
2008-11-06In case INET is not defined, then ANCACHE is not defined andBjoern A. Zeeb
2008-01-18Style changes from avatar.Doug Ambrisko
2008-01-18First real attempt at proper locking. The locking is a little complicatedDoug Ambrisko
2007-11-27MFP4(129048): Eliminating an unnecessary check on an_gone insideTai-hwa Liang
2007-11-16MFP4(128855, 129015):Tai-hwa Liang
2007-09-10Fixing invalid channel display in ifconfig(8) by implementing requiredTai-hwa Liang
2007-08-07MFP4(123687): Closing another LOR by dropping the driver lock around callsTai-hwa Liang
2007-08-02MFP4(123686): Fixing various ancontrol(8) related panics by dropping locksTai-hwa Liang