ipw (is the only driver that) needs a working interrupt to perform
commit96602f90ed10d5b5865bacdf9b5c6f61740fcccf
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 29 Nov 2005 19:55:02 +0000 (29 19:55 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 29 Nov 2005 19:55:02 +0000 (29 19:55 +0000)
tree1f8c5ed921c9ef42a57e301503f6ad08f24fdf87
parent7d111a76e86f5f9e79b0bf605e1c0c234b26e543
ipw (is the only driver that) needs a working interrupt to perform
initialization.  This means we have to release the serializer across
the tsleep.  The code must additionally be MP Safe.

Reported-by: Johannes Hofmann <Johannes.Hofmann@gmx.de>
sys/dev/netif/ipw/if_ipw.c