summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_acx_pci.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@
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-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 BARsgrange2006-11-181-13/+4
| | | | | | reprogramming. ok mglocker@
* acx(4) doesn't use rssadapt(9).damien2006-11-101-2/+1
| | | | | pgt(4) doesn't use rssadapt(9) nor amrr. => remove useless #include.
* Replace existing rate adaption code with the ieee80211_amrr framework.mglocker2006-08-191-1/+2
| | | | ok jsg@
* split linederaadt2006-08-141-2/+2
|
* - initialize interrupt string to NULL.brad2006-08-031-5/+4
| | | | | | - remove bogus 32-bit memory type flag when mapping I/O space. ok deraadt@
* pci front end for acxderaadt2006-08-031-0/+189