From: Anirban Chakraborty Date: Thu, 6 Nov 2008 18:40:51 +0000 (-0800) Subject: [SCSI] qla2xxx: Code changes for qla data structure refactoring X-Git-Tag: v2.6.29-rc1~555^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e315cd28b9ef0d7b71e462ac16e18dbaa2f5adfe;p=pandora-kernel.git [SCSI] qla2xxx: Code changes for qla data structure refactoring Following changes have been made: 1. Outstanding commands are based on a request queue, scsi_qla_host does not maintain it anymore. 2. start_scsi is accessed via isp_ops struct instead of direct invocation. 3. Interrupt registrations are done using response queue instead of device id. Signed-off-by: Anirban Chakraborty Signed-off-by: James Bottomley --- Reading git-diff-tree failed