summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus/if_acx_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
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef INETtedu2014-12-221-3/+1
* 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-6/+9
* Bring back cardbus_chipset_tag_t which is in practice ajsg2010-03-271-5/+5
* Remove some cardbus defines and types which are identical tojsg2010-03-221-19/+19
* Put the correct value in the I/O BAR for ACX100 cards.miod2009-07-301-2/+2
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-4/+4
* Do more error checking in acx(4).stsp2009-03-111-3/+8
* Fix PR6089, "panic in acx_detach upon card eject".stsp2009-02-261-5/+10
* acx(4) doesn't use rssadapt(9).damien2006-11-101-2/+1
* Add a symbolic name parameter to cardbus_intr_establish().grange2006-10-121-2/+2
* Replace existing rate adaption code with the ieee80211_amrr framework.mglocker2006-08-191-1/+2
* On detach the bus space was not unmapped correctly which could lead tomglocker2006-08-091-5/+9
* Some KNF.mglocker2006-08-081-7/+6
* Mention which MAC we are using (ACX100 or ACX111) and fixjsg2006-08-081-3/+2
* be more clear about failed mappingsderaadt2006-08-031-3/+3
* Enable also pretty printing of radio & address for cardbus.mglocker2006-08-031-2/+2
* Add/Fix copyright notes.mglocker2006-08-031-2/+3
* Change to OpenBSD cvs tag.mglocker2006-08-031-3/+1
* Inital import for the acx(4) driver.mglocker2006-08-031-0/+303