summaryrefslogtreecommitdiff
path: root/sys/dev/wl
AgeCommit message (Expand)Author
2001-07-02Minor style(9) changes before I get going.Warner Losh
2001-07-02Fix a couple of compile warnings because WLDEBUG and WLCACHE wereWarner Losh
2001-07-02Move wl driver to dev/wl. Repo copied to dev/wl, the old copiesWarner Losh
2001-02-06Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp
2001-02-04Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp
2001-02-04Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp
2000-10-29Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-07-13Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs
2000-05-28Mass update of isa drivers using compatability shims to usePeter Wemm
2000-05-14Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs
2000-05-01Add $FreeBSD$Peter Wemm
1999-09-25Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp
1999-09-15wlinit() must be called to recalculate the multicast filter.Ollivier Robert
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-18Make these actually compile. I got a little delete happy pruning includesMatthew N. Dodd
1999-08-18SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inMatthew N. Dodd
1999-07-06Rename bpfilter to bpf.Dag-Erling Smørgrav
1999-04-27Suser() simplification:Poul-Henning Kamp
1999-01-12Silence warnings.Eivind Eklund
1998-12-09Someday I hope people will learn that "#endif" is not a commentEivind Eklund
1998-12-07The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs
1998-11-15Depend on __FreeBSD_version instead of __FreeBSD__Eivind Eklund
1998-10-22Initialize isa_devtab entries for interrupt handlers in individualBruce Evans
1998-08-24Fixed printf format errors. Only one left in LINT on i386's.Bruce Evans
1998-08-20A better fix for kern/7144:Mike Smith
1998-06-17Don't declare isa device structs or isa interrupt handlers in <sys/conf>,Bruce Evans
1998-06-07This commit fixes various 64bit portability problems required forDoug Rabson
1998-02-20Removed unused #includes.Bruce Evans
1998-01-08Make INET a proper option.Eivind Eklund
1997-09-21aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs
1997-08-25Fixed type mismatch for a (low quality interface) function with anBruce Evans
1997-08-02Reinstate some of the previous fixes which were clobbered in r1.6.Mike Smith
1997-08-01Significant bugfix and upgrade for the Wavelan (wl) driver.Mike Smith
1997-07-20Removed unused #includes.Bruce Evans
1997-06-14Fixed the type of a timeout function and removed casts that hid theBruce Evans
1997-05-25Make the multicast code compile under -current. This has not been reviewedPeter Wemm
1997-05-25match the #include opt_ file with options.i386 (it has opt_wavelan.h)Peter Wemm
1997-05-22Add 'wl' Wavelan driver.Mike Smith