dillon 2005/11/29 11:55:03 PST DragonFly src repository
Modified files:
sys/dev/netif/ipw if_ipw.c
Log:
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 <[EMAIL PROTECTED]>
Revision Changes Path
1.12 +31 -8 src/sys/dev/netif/ipw/if_ipw.c
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/ipw/if_ipw.c.diff?r1=1.11&r2=1.12&f=u
