summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus/if_acx_cardbus.c (follow)
Commit message (Collapse)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
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* 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
| | | | | | | cardbus_attach_args so we can switch to using proper pci config space functions instead of callback based wrappers. ok oga@ krw@ kettenis@
* Bring back cardbus_chipset_tag_t which is in practice ajsg2010-03-271-5/+5
| | | | | | | pointer to the pccbb softc, to distinguish it from a pci_chipset_tag_t which can be passed to the normal pci functions. Suggested by and ok kettenis@
* Remove some cardbus defines and types which are identical tojsg2010-03-221-19/+19
| | | | | | their pci counterparts, similar to recent changes in NetBSD. ok oga@ deraadt@ jasper@
* Put the correct value in the I/O BAR for ACX100 cards.miod2009-07-301-2/+2
| | | | ok claudio@
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-4/+4
| | | | | | | between instances, saving space in the kernel. feedback from many (some incorporated, some left for future work). ok deraadt, kettenis, "why not" miod.
* Do more error checking in acx(4).stsp2009-03-111-3/+8
| | | | | "If it works for you, commit it. The diff looks right." claudio@ "Seems to work here with ACX111 CardBus" jsg@
* Fix PR6089, "panic in acx_detach upon card eject".stsp2009-02-261-5/+10
| | | | | Only call acx_detach() if acx_attach() was successful. ok mglocker@, "hurry up" deraadt@
* acx(4) doesn't use rssadapt(9).damien2006-11-101-2/+1
| | | | | pgt(4) doesn't use rssadapt(9) nor amrr. => remove useless #include.
* Add a symbolic name parameter to cardbus_intr_establish().grange2006-10-121-2/+2
| | | | | | Count cardbus devices interrupts in cbb(4) using evcount(9). ok deraadt@
* Replace existing rate adaption code with the ieee80211_amrr framework.mglocker2006-08-191-1/+2
| | | | ok jsg@
* On detach the bus space was not unmapped correctly which could lead tomglocker2006-08-091-5/+9
| | | | | | | | a panic. Fix it. Diff received by Marc Winiger <mw@msys.ch> - thanks! ok claudio@
* Some KNF.mglocker2006-08-081-7/+6
|
* Mention which MAC we are using (ACX100 or ACX111) and fixjsg2006-08-081-3/+2
| | | | newline in cardbus attachment.
* 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
ok deraadt@ jsg@