aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Move the lock destruction/creation to earlier in the process - ifAdrian Chadd2015-02-141-15/+20
* Add initial support for the AR9485 CUS198 / CUS230 variants.Adrian Chadd2014-09-301-0/+98
* Remove ia64.Marcel Moolenaar2014-07-071-2/+1
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+2
* Create a new TX lock specifically for queuing frames.Adrian Chadd2013-02-071-0/+3
* I give up - introduce a TX lock to serialise TX operations.Adrian Chadd2012-10-311-0/+3
* Flesh out a new DMA map for the EDMA TX completion status, as wellAdrian Chadd2012-07-231-0/+3
* Create an RX queue lock.Adrian Chadd2012-07-141-0/+3
* Override some default values to work around various issues in the deep,Adrian Chadd2012-04-151-3/+17
* Upgrade ATH_EEPROM_FIRMWARE to a configuration option.Adrian Chadd2012-04-131-2/+1
* Introduce the ability to grab local EEPROM data from the firmware(9)Adrian Chadd2012-04-131-0/+46
* Conditionally compile the PCI latency workaround; I think it'sAdrian Chadd2011-11-081-0/+2
* Begin merging in some of my 802.11n TX aggregation driver changes.Adrian Chadd2011-11-081-0/+3
* Add in a currently-disabled WAR for PCI NICs.Adrian Chadd2011-10-181-0/+17
* Add a WAR from the reference code - clear the PCI error statusAdrian Chadd2011-10-181-0/+5
* ath_pci PCI setup fixes.Adrian Chadd2011-10-141-3/+17
* Break out the ath PCI logic into a separate device/module.Adrian Chadd2011-03-311-3/+4
* The module name convention is foo, not if_foo.Warner Losh2009-05-151-3/+3
* remove now-redunant cardbus attachment.Warner Losh2009-03-091-1/+0
* remove the ath_rate module dependency; it's all bundledSam Leffler2009-01-061-1/+0
* Switch to ath hal source code. Note this removes the ath_halSam Leffler2008-12-011-2/+0
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-1/+1
* - Use pci_enable_busmaster() to turn on busmaster.Kevin Lo2007-10-231-35/+10
* update copyrights to 2007 and convert to be 2-clause bsd-onlySam Leffler2007-06-061-8/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl2007-01-211-1/+1
* clarify shortcut returnSam Leffler2006-12-011-2/+2
* bandaid type coercion for ia64Sam Leffler2006-06-071-2/+2
* move hal bus+tag externalization to the bus glue code where it belongs;Sam Leffler2006-06-051-2/+3
* quiet tindexbox complaints about passing BUS_SPACE_MAXADDR asSam Leffler2006-05-081-1/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* o disable pci retry timeout to avoid problems when operating in C3 stateSam Leffler2005-01-181-29/+32
* bump copyright for 2005Sam Leffler2004-12-311-1/+1
* Update with last year of work.Sam Leffler2004-12-081-21/+6
* update copyright notice for 2004Sam Leffler2004-04-021-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Sometimes cardbus attachments don't attach, so while we track downWarner Losh2003-11-281-0/+1
* Remove explicit cardbus attachments from drivers where this is identicalDoug Rabson2003-11-031-1/+0
* o convert mutex calls to #defines for portability, etc.Sam Leffler2003-10-141-4/+3
* Close a race where ath_intr is installed and may be called beforeSam Leffler2003-08-131-0/+5
* Mega busdma API commit.Scott Long2003-07-011-0/+2
* Atheros 802.11 driver. Requires Atheros Hardware Access Lay (HAL).Sam Leffler2003-06-231-0/+296