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_ath_pci.c
Age
Commit message (
Expand
)
Author
2010-08-27
Get rid of the clumsy pci_activate function and do this job inside ath.c
Theo de Raadt
2010-07-02
Add an ath_pci_activate callback for ACPI suspend/resume with ath(4).
Reyk Floeter
2009-08-10
More cases of shutdown hooks not needed after card is already stopped. In
Theo de Raadt
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2008-07-30
Check and clear the bus space mapping size instead of the bus space
Brad Smith
2008-07-29
- fix FIFO overruns on PCI-E chipsets by setting the DMA size
Reyk Floeter
2008-06-14
Allow ath(4) to detach cleanly when attaching via PCI. Also
Joel Sing
2007-06-06
the copyright holder changed the license from "dual bsd/gpl" to be
Reyk Floeter
2007-04-13
The integrated Atheros NICs found in IBM/Lenovo ThinkPads use the same
Reyk Floeter
2006-08-03
properly deal with Atheros chips that use a 64-bit memory address space.
Brad Smith
2006-06-29
do not check for master/io/mem enables; ok kettenis
Theo de Raadt
2005-09-22
remove the very basic ath(4) rate control implementation and use
Reyk Floeter
2005-09-08
save the pcitag
Reyk Floeter
2005-09-08
remove unused variables from ath_pci_softc
Reyk Floeter
2005-09-08
tell the driver to allocate memory for the size of ath_pci_softc
Reyk Floeter
2005-09-08
Remove the last of the FreeBSD compatiblity goop.
Jonathan Gray
2005-08-17
cleanup and knf. remove the ath_product() workaround.
Reyk Floeter
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2005-01-03
Make ath at cardbus not depend on ath at pci. ok reyk@
Jonathan Gray
2004-11-23
support the gpio found on ath(4) devices.
Reyk Floeter
2004-11-02
no CardBus here.
Brad Smith
2004-11-02
imported Sam Leffler's ath driver for atheros multimode wireless nics
Reyk Floeter