DragonFly-2.3.1.228.g689c9 master sys/bus/cam cam_xpt.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Jun 12 01:48:48 PDT 2009
commit 689c9e50918a907c32e15b4d459c0f8c39b00d4e
Author: Matthew Dillon <dillon at 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
More information about the Commits
mailing list