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

DragonFly-2.3.1.228.g689c9 master sys/bus/cam cam_xpt.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 12 Jun 2009 01:47:53 -0700 (PDT)

commit 689c9e50918a907c32e15b4d459c0f8c39b00d4e
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Fri Jun 12 01:07:11 2009 -0700

    CAM - add xpt_action_async()
    
    * The xpt_action_async() function works like xpt_action() but it guarantees
      the ccb will be run from an independant thread.
    
      This feature can be used by drivers to issue actions which they would like
      to occur in a different context.

Summary of changes:
 sys/bus/cam/cam_xpt.c |   80 ++++++++++++++++++++++---------------------------
 1 files changed, 36 insertions(+), 44 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/689c9e50918a907c32e15b4d459c0f8c39b00d4e


-- 
DragonFly BSD source repository



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