Skip to content

Commit

Permalink
[SCSI] qla2xxx: Code changes for qla data structure refactoring
Browse files Browse the repository at this point in the history
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 <anirban.chakraborty@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Anirban Chakraborty authored and James Bottomley committed Dec 29, 2008
1 parent 7b867cf commit e315cd2
Show file tree
Hide file tree
Showing 6 changed files with 1,749 additions and 1,551 deletions.
Loading

0 comments on commit e315cd2

Please sign in to comment.