summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus/if_ath_cardbus.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
* unifdef INETtedu2014-12-221-3/+1
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-3/+2
* All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME}deraadt2010-09-061-2/+2
* Give cardbus the pci_chipset_tag_t from pccbb and push it out throughjsg2010-03-271-7/+9
* Bring back cardbus_chipset_tag_t which is in practice ajsg2010-03-271-4/+4
* Remove some cardbus defines and types which are identical tojsg2010-03-221-15/+15
* Use the bus_size_t in the ath_softc.jsing2008-06-141-4/+3
* If you have #if FOO > 0 parts of your softc bejsg2008-06-131-7/+1
* Add a symbolic name parameter to cardbus_intr_establish().grange2006-10-121-2/+2
* removal of '#ifdef rbus ... #else ...' directives, we use rbus in allfkr2006-06-211-5/+1
* remove printf on ath_cardbus_power; reyk@ ok.fgsch2006-01-291-4/+1
* remove the very basic ath(4) rate control implementation and usereyk2005-09-221-1/+2
* Remove the last of the FreeBSD compatiblity goop.jsg2005-09-081-2/+1
* useless netns includes; there was no NS stuff ever herehenning2005-06-081-6/+1
* make sure to enable socket on resume.robert2005-05-281-13/+3
* Fix scoping error when unhooking the interrupt handler. reyk@ okaaron2005-02-161-2/+3
* support the gpio found on ath(4) devices.reyk2004-11-231-7/+6
* imported Sam Leffler's ath driver for atheros multimode wireless nicsreyk2004-11-021-0/+340