Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | 2015-11-24 | 1 | -2/+1 | |
| | |||||
* | Remove some includes include-what-you-use claims don't | 2015-03-14 | 1 | -2/+1 | |
| | | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@ | ||||
* | unifdef INET | 2014-12-22 | 1 | -3/+1 | |
| | |||||
* | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} | 2010-09-06 | 1 | -2/+2 | |
| | |||||
* | Give cardbus the pci_chipset_tag_t from pccbb and push it out through | 2010-03-27 | 1 | -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 a | 2010-03-27 | 1 | -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 to | 2010-03-22 | 1 | -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. | 2009-07-30 | 1 | -2/+2 | |
| | | | | ok claudio@ | ||||
* | make various strings ("can't map mem space" and similar) more consistent | 2009-03-29 | 1 | -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). | 2009-03-11 | 1 | -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". | 2009-02-26 | 1 | -5/+10 | |
| | | | | | Only call acx_detach() if acx_attach() was successful. ok mglocker@, "hurry up" deraadt@ | ||||
* | acx(4) doesn't use rssadapt(9). | 2006-11-10 | 1 | -2/+1 | |
| | | | | | pgt(4) doesn't use rssadapt(9) nor amrr. => remove useless #include. | ||||
* | Add a symbolic name parameter to cardbus_intr_establish(). | 2006-10-12 | 1 | -2/+2 | |
| | | | | | | Count cardbus devices interrupts in cbb(4) using evcount(9). ok deraadt@ | ||||
* | Replace existing rate adaption code with the ieee80211_amrr framework. | 2006-08-19 | 1 | -1/+2 | |
| | | | | ok jsg@ | ||||
* | On detach the bus space was not unmapped correctly which could lead to | 2006-08-09 | 1 | -5/+9 | |
| | | | | | | | | a panic. Fix it. Diff received by Marc Winiger <mw@msys.ch> - thanks! ok claudio@ | ||||
* | Some KNF. | 2006-08-08 | 1 | -7/+6 | |
| | |||||
* | Mention which MAC we are using (ACX100 or ACX111) and fix | 2006-08-08 | 1 | -3/+2 | |
| | | | | newline in cardbus attachment. | ||||
* | be more clear about failed mappings | 2006-08-03 | 1 | -3/+3 | |
| | |||||
* | Enable also pretty printing of radio & address for cardbus. | 2006-08-03 | 1 | -2/+2 | |
| | |||||
* | Add/Fix copyright notes. | 2006-08-03 | 1 | -2/+3 | |
| | |||||
* | Change to OpenBSD cvs tag. | 2006-08-03 | 1 | -3/+1 | |
| | |||||
* | Inital import for the acx(4) driver. | 2006-08-03 | 1 | -0/+303 | |
ok deraadt@ jsg@ |