aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/if_wi.c
Commit message (Expand)AuthorAgeFilesLines
* Fix invocation of bus_teardown_intr(). The last arg is supposed to beBill Paul1999-12-081-1/+1
* Update the WaveLAN/IEEE driver:Bill Paul1999-11-251-160/+388
* Fix a warning.Peter Wemm1999-11-181-3/+1
* Disable old PCCARD_MODULE code.Warner Losh1999-10-291-0/+2
* As suggested by phk, unconditionalize BPF support in these drivers. SinceBill Paul1999-09-231-9/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastMike Smith1999-08-211-2/+3
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-6/+7
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-7/+7
* Patch the WaveLAN/IEEE driver to detect and reject oversized receivedBill Paul1999-07-041-2/+19
* Small optimization: use wi_seek() in wi_read_record() and wi_write_record()Bill Paul1999-06-061-27/+9
* - Fix up some comments in if_wi.c (no code changes)Bill Paul1999-05-221-9/+9
* Add support to wicontrol(8) and wi(4) for enabling and configuringBill Paul1999-05-071-2/+16
* Modify wicontrol(8) and wi(4) to allow setting the frequency of theBill Paul1999-05-061-2/+23
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 PCMCIABill Paul1999-05-051-4/+4
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 wirelessBill Paul1999-05-051-0/+1315