看板 DFBSD_commit 關於我們 聯絡資訊
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