From: Madhuranath Iyengar Date: Tue, 4 May 2010 22:01:29 +0000 (-0700) Subject: [SCSI] qla2xxx: Support for asynchronous TM and Marker IOCBs. X-Git-Tag: v2.6.35-rc1~470^2^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3822263eb1e74821ad1ae886ddd2184ae9395ff7;p=pandora-kernel.git [SCSI] qla2xxx: Support for asynchronous TM and Marker IOCBs. Currently we can only issue the task management (TM) commands via the mailbox mechanism. This is a limitation, since only one mailbox command can be issued at a time. The purpose of this effort is to provide support for issuing and processing the respose to TM and Marker IOCBs asynchronously. Towards achieving this, the consolidated srb architecture that is currently used for BSG and IOCB/Logio commands has been enhanced and used. Signed-off-by: Giridhar Malavali Signed-off-by: James Bottomley --- Reading git-diff-tree failed