aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/awi/awi.c
Commit message (Expand)AuthorAgeFilesLines
* network interface driver changes:Sam Leffler2002-11-141-12/+5
* Repeat after me: sizeof(int) != sizeof(void *).John Baldwin2002-11-061-1/+1
* Remove empty #if*/#endif clauses.Poul-Henning Kamp2002-09-211-2/+0
* Use __FreeBSD_version to test what things to useWarner Losh2002-05-311-9/+10
* Make this build on 4.x machines again (building a -current kernel on aWarner Losh2002-04-191-23/+16
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-0/+16
* Remove __P.Alfred Perlstein2002-03-201-42/+42
* KSE Milestone 2Julian Elischer2001-09-121-0/+1
* Fix capability information in association request to reflect ESS/IBSS mode.Atsushi Onoe2001-06-261-5/+9
* Fix previous enhancement to add support for new ifconfig interface.Atsushi Onoe2001-06-261-53/+35
* Currently, each wireless networking driver has it's own control programPoul-Henning Kamp2001-05-261-0/+181
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-8/+4
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-12/+7
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Add support for WEP functionality.Atsushi Onoe2000-08-141-362/+430
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-5/+2
* We always provide the bpf hooks. Remove #include "bpf.h"/NBPF.Peter Wemm2000-06-101-2/+1
* Fix a panic resulting from an obvious null pointer deref.Guido van Rooij2000-05-291-1/+4
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-0/+2
* Provide mem* for compat with NetBSD to fix LINTWarner Losh2000-04-171-3/+0
* Awi driver, ported from NetBSD from Atsushi Once-san.Warner Losh2000-04-061-0/+2769