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