summaryrefslogtreecommitdiff
path: root/sys/dev/ath/ah_osdep.h
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [ath] remove the inline version of the register access macros.Adrian Chadd2016-01-031-14/+2
* ... and that would've never worked. Sorry!Adrian Chadd2016-01-021-8/+3
* [ath] add explicit bus barriers.Adrian Chadd2016-01-021-2/+29
* Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values.Adrian Chadd2012-08-051-0/+6
* Add OS_MEMCMP().Adrian Chadd2012-07-011-0/+1
* Add placeholder methods for WMI command access (USB, perhaps SDIO later)Adrian Chadd2012-04-251-0/+14
* Add a note that explains what the current state of the register byte orderAdrian Chadd2012-04-251-0/+4
* Stop using the hardware register value byte order swapping for now,Adrian Chadd2012-04-191-27/+1
* Fix AR5416 and later parts when building with AH_DEBUG or similar defined:Sam Leffler2009-07-061-12/+17
* kill more portability functions that are no longer usefulSam Leffler2009-05-081-6/+3
* kill unused OS_GETUPTIMESam Leffler2009-05-081-2/+0
* Switch to ath hal source code. Note this removes the ath_halSam Leffler2008-12-011-0/+16
* 5416 and similar chips grew another region in the pci clock domainSam Leffler2008-05-311-2/+6
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-1/+1
* update copyrights to 2007 and convert to be 2-clause bsd-onlySam Leffler2007-06-061-8/+1
* o move ath hal os glue code from the hal to the driver: this code wasSam Leffler2006-09-181-0/+127