aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/an/if_an_pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Move mutex initialization from PCI probe to PCI attach. Drivers are notScott Long2016-05-121-5/+13
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-14/+0
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* Use bus_*() rather than bus_space_*().John Baldwin2009-11-241-7/+0
* - Use device_printf() instead of printf() with an explicit unit numberJohn Baldwin2009-11-061-15/+12
* Style changes from avatar.Doug Ambrisko2008-01-181-9/+9
* First real attempt at proper locking. The locking is a little complicatedDoug Ambrisko2008-01-181-1/+4
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-2/+2
* - Bump up the general and status RID sizesDoug Ambrisko2003-12-301-17/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-3/+3
* Use __FBSDID().David E. O'Brien2003-08-241-4/+4
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* - Add support for Cisco latest firmware RID sizes that supports 25 SSIDs!Doug Ambrisko2003-08-201-1/+1
* Mega busdma API commit.Scott Long2003-07-011-0/+2
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-2/+3
* Don't lock in the attach routine. It isn't required. Register theWarner Losh2003-04-101-4/+7
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-7/+3
* an driver now needs wlan, so put the required explicit dependsWarner Losh2003-02-171-0/+1
* Support for suspend/resume in laptops. Loosely based on the wi(4) patchesDoug Ambrisko2003-02-051-0/+20
* Add support for MPI-350 the mini-pci Cisco Aironet card. This needs moreDoug Ambrisko2002-12-291-16/+68
* network interface driver changes:Sam Leffler2002-11-141-1/+1
* Remove __P.Alfred Perlstein2002-03-201-3/+3
* Add missing includes of sys/lock.h.John Baldwin2001-10-111-0/+1
* Lots of style(9) related white space fixes. Mostly missing spacesBrooks Davis2001-09-101-6/+8
* Add PCI ID for Cisco Aironet 350 Series cards. The patch differsBrooks Davis2001-08-061-0/+2
* Currently, each wireless networking driver has it's own control programPoul-Henning Kamp2001-05-261-0/+2
* Catch up to moving headers:John Baldwin2000-10-201-1/+1
* Remember to assign an_dev to device_t before calling an_attach().Bill Paul2000-10-131-0/+1
* Convert the Aironet driver to use mutexes instead of spls.Bill Paul2000-10-131-5/+1
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-1/+1
* Oops, nearly forgot to commit this one. Use correct register names, orPeter Wemm2000-05-281-3/+3
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Actually read the PCI device ID when testing the device ID value againstBill Paul2000-01-151-1/+1
* Add driver support for the Aironet 4500/4800 series wireless 802.11Bill Paul2000-01-141-0/+226