From: Andrew Vasquez Date: Thu, 24 Apr 2008 22:21:22 +0000 (-0700) Subject: [SCSI] qla2xxx: Collapse RISC-RAM retrieval code during a firmware-dump. X-Git-Tag: v2.6.26-rc1~1027^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5722708c236b51286651b8c07855f764239453b;p=pandora-kernel.git [SCSI] qla2xxx: Collapse RISC-RAM retrieval code during a firmware-dump. 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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed