aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/awi
Commit message (Expand)AuthorAgeFilesLines
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-013-0/+28
* Remove __P.Alfred Perlstein2002-03-206-106/+106
* Set ifp->if_name to "awi" instead of device_get_name(dev) to avoidBrooks Davis2002-02-261-1/+1
* Add NEWCARD support to awi.Warner Losh2001-11-191-3/+36
* KSE Milestone 2Julian Elischer2001-09-123-0/+3
* The information about how to integrate this driver into BSDs is obsoleted,Atsushi Onoe2001-06-261-60/+0
* Fix capability information in association request to reflect ESS/IBSS mode.Atsushi Onoe2001-06-261-5/+9
* Fix keyid bit position of encrypted packet to make non-first key usable.Atsushi Onoe2001-06-261-2/+2
* 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
* Note new location of if_wavelan_ieee.h.Garrett Wollman2001-01-091-1/+1
* 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-293-3/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-154-4/+0
* awi needs to access memory with 8bit,Atsushi Onoe2000-10-101-0/+9
* Bite the bullet and provde memcmp() and memset(), this will be cheaperPoul-Henning Kamp2000-09-021-16/+0
* awictl configuration interface is never used and now it is replaced byAtsushi Onoe2000-08-141-72/+0
* Add support for WEP functionality.Atsushi Onoe2000-08-144-369/+1629
* This file contains a shim just for NetBSD, and not used in FreeBSD at all.Atsushi Onoe2000-08-141-445/+0
* Remove the awi(4) manual page from the sys/ hierarchy after a repo-Sheldon Hearn2000-07-231-154/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-132-6/+3
* 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
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Use the rman_get_bustag() and rman_get_bushandle() functions.Yoshihiro Takahashi2000-05-191-9/+6
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-0/+2
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Provide mem* for compat with NetBSD to fix LINTWarner Losh2000-04-172-3/+15
* Awi driver, ported from NetBSD from Atsushi Once-san.Warner Losh2000-04-0611-0/+5049