summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_bwi_pci.c
AgeCommit message (Expand)Author
2024-05-24remove unneeded includes; ok miod@Jonathan Gray
2022-03-11Constify struct cfattach.Martin Pieuchot
2019-05-10Explicitly disable BCM4331 chips present in 2011-2012 Apple Mac systems.Brent Cook
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2010-08-08Be consistent in function naming. No functional changes.Marcus Glocker
2010-08-06ACPI suspend/resume for bwi(4). Initial diff from todd@, finished andMarcus Glocker
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2008-09-11Remove the BCM4322 id. This is a 802.11n chipset and also requires v4 firmware.Brad Smith
2008-08-28Do not try to attach to rev 2 BCM4311/BCM4312 chipsets as theyBrad Smith
2008-05-23Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() asBrad Smith
2008-02-14deal with a 64-bit BAR such as with PCIe chipsets.Brad Smith
2007-09-27Add automatic rate control (AMRR).Marcus Glocker
2007-09-15Properly fill in some of the pci information the driver uses internally.Jonathan Gray
2007-09-13Forgot to set psc->psc_pcitag. Replace all PCI/Cardbus config spaceMarcus Glocker
2007-09-13Enable access to PCI and Cardbus config space from the driver. Lets usMarcus Glocker
2007-09-12PCI and Cardbus hookup for the Broadcom AirForce devices.Marcus Glocker