DragonFly BSD
DragonFly commits List (threaded) for 2005-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 29 Nov 2005 11:55:03 -0800 (PST)

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@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]