aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wl
Commit message (Expand)AuthorAgeFilesLines
* Suser() simplification:Poul-Henning Kamp1999-04-271-6/+6
* Silence warnings.Eivind Eklund1999-01-121-2/+2
* Someday I hope people will learn that "#endif" is not a commentEivind Eklund1998-12-092-13/+13
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-15/+2
* Depend on __FreeBSD_version instead of __FreeBSD__Eivind Eklund1998-11-151-7/+7
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-3/+5
* Fixed printf format errors. Only one left in LINT on i386's.Bruce Evans1998-08-241-3/+3
* A better fix for kern/7144:Mike Smith1998-08-201-36/+28
* Don't declare isa device structs or isa interrupt handlers in <sys/conf>,Bruce Evans1998-06-171-2/+1
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Removed unused #includes.Bruce Evans1998-02-201-3/+1
* Make INET a proper option.Eivind Eklund1998-01-081-1/+6
* aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs1997-09-211-5/+7
* Fixed type mismatch for a (low quality interface) function with anBruce Evans1997-08-251-5/+2
* Reinstate some of the previous fixes which were clobbered in r1.6.Mike Smith1997-08-021-11/+8
* Significant bugfix and upgrade for the Wavelan (wl) driver.Mike Smith1997-08-011-56/+495
* Removed unused #includes.Bruce Evans1997-07-201-18/+0
* Fixed the type of a timeout function and removed casts that hid theBruce Evans1997-06-141-7/+7
* Make the multicast code compile under -current. This has not been reviewedPeter Wemm1997-05-251-1/+38
* match the #include opt_ file with options.i386 (it has opt_wavelan.h)Peter Wemm1997-05-251-1/+1
* Add 'wl' Wavelan driver.Mike Smith1997-05-222-0/+2385