CAM - add xpt_action_async()
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 12 Jun 2009 08:07:11 +0000 (01:07 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 12 Jun 2009 08:07:11 +0000 (01:07 -0700)
commit689c9e50918a907c32e15b4d459c0f8c39b00d4e
tree5622c0ae38a1779ff7e17c4ba3a1988b113554c8
parentd66a31a74fdfd0b07cec6d40fd39589a88e99a57
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.
sys/bus/cam/cam_xpt.c