freebsd-dev/sys/dev/wi
Warner Losh 854cb5a41a Don't hold a driver lock across bus_teardown_intr. Jhb points out
that one cannot generally hold a lock and call bus_teardown_intr.
This is race free with wi_intr because bus_teardown_intr won't allow
wi_intr to be called after it returns.

# jeff hsu points out that there might be a race between this unlock
# and wi_start.  While that may be true also, it won't impact this commit.

Submitted by: jhb
2003-04-29 03:22:39 +00:00
..
if_wavelan_ieee.h new wi driver that uses the 802.11 link layer code 2003-01-15 20:11:31 +00:00
if_wi_pccard.c Add generic OEM1 PRISM3 card. 2003-04-27 03:34:05 +00:00
if_wi_pci.c - Express hard dependencies on bus (pci, isa, pccard) and 2003-04-15 06:37:30 +00:00
if_wi.c Don't hold a driver lock across bus_teardown_intr. Jhb points out 2003-04-29 03:22:39 +00:00
if_wireg.h new wi driver that uses the 802.11 link layer code 2003-01-15 20:11:31 +00:00
if_wivar.h o Lucent cards don't seem to like multiple buffers for tx. Use only 2003-03-18 04:22:42 +00:00
spectrum24t_cf.h Add code that will download firmware to a Symbol LA4100-series of CF 2002-08-03 00:19:58 +00:00