cvs commit: src/sys/dev/netif/ipw if_ipw.c

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Nov 29 11:57:22 PST 2005


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 <Johannes.Hofmann at xxxxxx>
  
  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





More information about the Commits mailing list