Skip to content

Commit

Permalink
[SCSI] qla2xxx: Collapse RISC-RAM retrieval code during a firmware-dump.
Browse files Browse the repository at this point in the history
Use the more efficient read-DMA'ble-buffer mailbox commands
rather than reading a single word/dword at a time.  We also
remove a bulk of the duplicate mailbox command-handling codes in
favor of more generic read-memory() routines (qla2xxx_dump_ram()
and qla24xx_dump_ram()).

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Apr 27, 2008
1 parent 6fe07aa commit c572270
Showing 1 changed file with 143 additions and 251 deletions.
Loading

0 comments on commit c572270

Please sign in to comment.