summaryrefslogtreecommitdiffstats
path: root/sys/dev/wl
Commit message (Collapse)AuthorAgeFilesLines
* Don't declare isa device structs or isa interrupt handlers in <sys/conf>,bde1998-06-171-2/+1
| | | | | | | and don't depend on them being declared there. This will cause lots of warnings for a few minutes until config is updated. Interrupt handlers should never have been configured by config, and the machine generated declarations get in the way of changing the arg type from int to void *.
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
| | | | | | | | | | FreeBSD/alpha. The most significant item is to change the command argument to ioctl functions from int to u_long. This change brings us inline with various other BSD versions. Driver writers may like to use (__FreeBSD_version == 300003) to detect this change. The prototype FreeBSD/alpha machdep will follow in a couple of days time.
* Removed unused #includes.bde1998-02-201-3/+1
|
* Make INET a proper option.eivind1998-01-081-1/+6
| | | | | | | | | | | | This will not make any of object files that LINT create change; there might be differences with INET disabled, but hardly anything compiled before without INET anyway. Now the 'obvious' things will give a proper error if compiled without inet - ipx_ip, ipfw, tcp_debug. The only thing that _should_ work (but can't be made to compile reasonably easily) is sppp :-( This commit move struct arpcom from <netinet/if_ether.h> to <net/if_arp.h>.
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-5/+7
| | | | | | | | | | | | if_ie.c if_wl.c if_zp.c isa.c isa_device.h labpc.c mcd.c ncr5380.c scd.c seagate.c si.c sio.c tw.c ultra14f.c wcd.c wd.c: Update for changes in the callout interface. apic_vector.s icu_vector.s ipl.s ipl_funcs.c: Add CAM software/hardware interrupt support.
* Fixed type mismatch for a (low quality interface) function with anbde1997-08-251-5/+2
| | | | | | arg of type u_short (just write the function in ANSI C like most other functions in this file instead of fixing the interface or depending on a gcc feature).
* 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
| | | | | | This now includes code to handle the 2.4GHz WaveModem-based cards. Submitted by: Jim Binkley <jrb@cs.pdx.edu>
* 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
| | | | problem. There was no problem in practice (at least on 386's).
* Make the multicast code compile under -current. This has not been reviewedpeter1997-05-251-1/+38
| | | | or tested yet. Mike may want to make some adjustments.
* match the #include opt_ file with options.i386 (it has opt_wavelan.h)peter1997-05-251-1/+1
|
* Add 'wl' Wavelan driver.msmith1997-05-222-0/+2385
Obtained from: Jim Binkley <jrb@cs.pdx.edu>
OpenPOWER on IntegriCloud