summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_bwi_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Explicitly disable BCM4331 chips present in 2011-2012 Apple Mac systems.bcook2019-05-101-14/+45
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-9/+5
* replace workqs with tasks for handling resumedlg2013-11-141-4/+5
* Be consistent in function naming. No functional changes.mglocker2010-08-081-4/+4
* ACPI suspend/resume for bwi(4). Initial diff from todd@, finished andmglocker2010-08-061-2/+36
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-4/+4
* Remove the BCM4322 id. This is a 802.11n chipset and also requires v4 firmware.brad2008-09-111-2/+1
* Do not try to attach to rev 2 BCM4311/BCM4312 chipsets as theybrad2008-08-281-1/+13
* Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() asbrad2008-05-231-9/+3
* deal with a 64-bit BAR such as with PCIe chipsets.brad2008-02-141-7/+11
* Add automatic rate control (AMRR).mglocker2007-09-271-1/+2
* Properly fill in some of the pci information the driver uses internally.jsg2007-09-151-1/+9
* Forgot to set psc->psc_pcitag. Replace all PCI/Cardbus config spacemglocker2007-09-131-1/+2
* Enable access to PCI and Cardbus config space from the driver. Lets usmglocker2007-09-131-16/+39
* PCI and Cardbus hookup for the Broadcom AirForce devices.mglocker2007-09-121-0/+150