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@ | ||||
* | make various strings ("can't map mem space" and similar) more consistent | 2009-03-29 | 1 | -6/+6 | |
| | | | | | | | between instances, saving space in the kernel. feedback from many (some incorporated, some left for future work). ok deraadt, kettenis, "why not" miod. | ||||
* | Remove some useless variables/code dealing with cardbus BARs | 2006-11-18 | 1 | -13/+4 | |
| | | | | | | reprogramming. ok mglocker@ | ||||
* | 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. | ||||
* | Replace existing rate adaption code with the ieee80211_amrr framework. | 2006-08-19 | 1 | -1/+2 | |
| | | | | ok jsg@ | ||||
* | split line | 2006-08-14 | 1 | -2/+2 | |
| | |||||
* | - initialize interrupt string to NULL. | 2006-08-03 | 1 | -5/+4 | |
| | | | | | | - remove bogus 32-bit memory type flag when mapping I/O space. ok deraadt@ | ||||
* | pci front end for acx | 2006-08-03 | 1 | -0/+189 | |