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

cvs commit: src/sys/dev/agp agp.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 22 Apr 2006 16:41:43 -0700 (PDT)

dillon      2006/04/22 16:41:43 PDT

DragonFly src repository

  Modified files:
    sys/dev/agp          agp.c 
  Log:
  Get rid of LK_PCATCH in the agp lockmgr() calls.  AGP ignores the return
  value and a caught event would only result in a panic.
  
  Get rid of LK_DRAIN in the device detach code.  The device had better not
  be in operation during a detach!
  
  Add missing lockmgr LK_RELEASE calls in a number of early-return cases.
  
  Revision  Changes    Path
  1.18      +9 -6      src/sys/dev/agp/agp.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/agp/agp.c.diff?r1=1.17&r2=1.18&f=u



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