summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Create a new TX lock specifically for queuing frames.adrian2013-02-071-0/+3
* I give up - introduce a TX lock to serialise TX operations.adrian2012-10-311-0/+3
* Flesh out a new DMA map for the EDMA TX completion status, as welladrian2012-07-231-0/+3
* Create an RX queue lock.adrian2012-07-141-0/+3
* Override some default values to work around various issues in the deep,adrian2012-04-151-3/+17
* Upgrade ATH_EEPROM_FIRMWARE to a configuration option.adrian2012-04-131-2/+1
* Introduce the ability to grab local EEPROM data from the firmware(9)adrian2012-04-131-0/+46
* Conditionally compile the PCI latency workaround; I think it'sadrian2011-11-081-0/+2
* Begin merging in some of my 802.11n TX aggregation driver changes.adrian2011-11-081-0/+3
* Add in a currently-disabled WAR for PCI NICs.adrian2011-10-181-0/+17
* Add a WAR from the reference code - clear the PCI error statusadrian2011-10-181-0/+5
* ath_pci PCI setup fixes.adrian2011-10-141-3/+17
* Break out the ath PCI logic into a separate device/module.adrian2011-03-311-3/+4
* The module name convention is foo, not if_foo.imp2009-05-151-3/+3
* remove now-redunant cardbus attachment.imp2009-03-091-1/+0
* remove the ath_rate module dependency; it's all bundledsam2009-01-061-1/+0
* Switch to ath hal source code. Note this removes the ath_halsam2008-12-011-2/+0
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-1/+1
* - Use pci_enable_busmaster() to turn on busmaster.kevlo2007-10-231-35/+10
* update copyrights to 2007 and convert to be 2-clause bsd-onlysam2007-06-061-8/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-211-1/+1
* clarify shortcut returnsam2006-12-011-2/+2
* bandaid type coercion for ia64sam2006-06-071-2/+2
* move hal bus+tag externalization to the bus glue code where it belongs;sam2006-06-051-2/+3
* quiet tindexbox complaints about passing BUS_SPACE_MAXADDR assam2006-05-081-1/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* o disable pci retry timeout to avoid problems when operating in C3 statesam2005-01-181-29/+32
* bump copyright for 2005sam2004-12-311-1/+1
* Update with last year of work.sam2004-12-081-21/+6
* update copyright notice for 2004sam2004-04-021-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Sometimes cardbus attachments don't attach, so while we track downimp2003-11-281-0/+1
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-031-1/+0
* o convert mutex calls to #defines for portability, etc.sam2003-10-141-4/+3
* Close a race where ath_intr is installed and may be called beforesam2003-08-131-0/+5
* Mega busdma API commit.scottl2003-07-011-0/+2
* Atheros 802.11 driver. Requires Atheros Hardware Access Lay (HAL).sam2003-06-231-0/+296
OpenPOWER on IntegriCloud