aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_ahb.c
Commit message (Expand)AuthorAgeFilesLines
* ath(4): Remove MIPS AHB frontend and join PCI one w/ main support againMarius Strobl2023-08-081-353/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* ath: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+4
* ath: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [ath] [ath_hal] (etc, etc) - begin the task of re-modularising the HAL.Adrian Chadd2017-05-251-5/+6
* [ath] begin migration of AHB support to use the PCI style board data API for ...Adrian Chadd2017-05-241-60/+38
* Remove the references to the TX IC lock - i ended up solving thisAdrian Chadd2015-09-291-3/+0
* Call the WMAC DDR flush before handling an interrupt for theAdrian Chadd2015-07-041-1/+9
* Lay some groundwork for having this stuff hang off of AHB rather thanAdrian Chadd2015-03-021-3/+16
* Remove ia64.Marcel Moolenaar2014-07-071-2/+1
* - Provide necessary includes, that before came via if.h pollution.Gleb Smirnoff2013-10-281-0/+2
* Extend the AHB code to work on chips besides the AR9130.Adrian Chadd2013-06-261-11/+56
* 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
* In a complete lack of foresight on my part, my previous commit brokeAdrian Chadd2012-06-241-0/+2
* Begin merging in some of my 802.11n TX aggregation driver changes.Adrian Chadd2011-11-081-0/+3
* Fix ath_ahb(4) bus attach and eeprom error handling.Adrian Chadd2011-06-131-1/+5
* Introduce AR9130 (HOWL) WMAC support to the FreeBSD HAL.Adrian Chadd2011-04-281-4/+4
* Break out the ath PCI logic into a separate device/module.Adrian Chadd2011-03-311-0/+287