summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_wl.c
Commit message (Expand)AuthorAgeFilesLines
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-3/+3
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-4/+1
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-2/+12
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-19/+2
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* wlinit() must be called to recalculate the multicast filter.roberto1999-09-151-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make these actually compile. I got a little delete happy pruning includesmdodd1999-08-181-2/+3
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inmdodd1999-08-181-29/+6
* Rename bpfilter to bpf.des1999-07-061-6/+6
* Suser() simplification:phk1999-04-271-6/+6
* Silence warnings.eivind1999-01-121-2/+2
* Someday I hope people will learn that "#endif" is not a commenteivind1998-12-091-12/+12
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-15/+2
* Depend on __FreeBSD_version instead of __FreeBSD__eivind1998-11-151-7/+7
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-3/+5
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-241-3/+3
* A better fix for kern/7144:msmith1998-08-201-36/+28
* Don't declare isa device structs or isa interrupt handlers in <sys/conf>,bde1998-06-171-2/+1
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Removed unused #includes.bde1998-02-201-3/+1
* Make INET a proper option.eivind1998-01-081-1/+6
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-5/+7
* Fixed type mismatch for a (low quality interface) function with anbde1997-08-251-5/+2
* Reinstate some of the previous fixes which were clobbered in r1.6.msmith1997-08-021-11/+8
* Significant bugfix and upgrade for the Wavelan (wl) driver.msmith1997-08-011-56/+495
* Removed unused #includes.bde1997-07-201-18/+0
* Fixed the type of a timeout function and removed casts that hid thebde1997-06-141-7/+7
* Make the multicast code compile under -current. This has not been reviewedpeter1997-05-251-1/+38
* match the #include opt_ file with options.i386 (it has opt_wavelan.h)peter1997-05-251-1/+1
* Add 'wl' Wavelan driver.msmith1997-05-221-0/+2265
OpenPOWER on IntegriCloud