summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_ath_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* No need to include <net/if_arp.h>mpi2015-11-241-2/+1
* unifdef INETtedu2014-12-221-3/+1
* Remove unneeded include.mpi2013-11-211-2/+1
* Get rid of the clumsy pci_activate function and do this job inside ath.cderaadt2010-08-271-21/+2
* Add an ath_pci_activate callback for ACPI suspend/resume with ath(4).reyk2010-07-021-2/+22
* More cases of shutdown hooks not needed after card is already stopped. Inderaadt2009-08-101-24/+1
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-5/+5
* Check and clear the bus space mapping size instead of the bus spacebrad2008-07-301-3/+3
* - fix FIFO overruns on PCI-E chipsets by setting the DMA sizereyk2008-07-291-3/+8
* Allow ath(4) to detach cleanly when attaching via PCI. Alsojsing2008-06-141-26/+37
* the copyright holder changed the license from "dual bsd/gpl" to bereyk2007-06-061-5/+1
* The integrated Atheros NICs found in IBM/Lenovo ThinkPads use the samereyk2007-04-131-1/+3
* properly deal with Atheros chips that use a 64-bit memory address space.brad2006-08-031-2/+9
* do not check for master/io/mem enables; ok kettenisderaadt2006-06-291-13/+1
* remove the very basic ath(4) rate control implementation and usereyk2005-09-221-1/+2
* save the pcitagreyk2005-09-081-2/+7
* remove unused variables from ath_pci_softcreyk2005-09-081-4/+1
* tell the driver to allocate memory for the size of ath_pci_softcreyk2005-09-081-3/+3
* Remove the last of the FreeBSD compatiblity goop.jsg2005-09-081-2/+1
* cleanup and knf. remove the ath_product() workaround.reyk2005-08-171-44/+19
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-6/+2
* Make ath at cardbus not depend on ath at pci. ok reyk@jsg2005-01-031-4/+1
* support the gpio found on ath(4) devices.reyk2004-11-231-4/+5
* no CardBus here.brad2004-11-021-2/+2
* imported Sam Leffler's ath driver for atheros multimode wireless nicsreyk2004-11-021-0/+250