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

看板DFBSD_commit作者時間16年前 (2009/06/12 17:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1ACXbL00 (DFBSD_commit)