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