From: Andrew Vasquez Date: Tue, 8 Nov 2005 22:37:48 +0000 (-0800) Subject: [SCSI] qla2xxx: Correct ISP24xx soft-reset handling. X-Git-Tag: v2.6.15-rc1~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=335a1cc976ffbb58491a9b6dc58955349e3f0388;p=pandora-kernel.git [SCSI] qla2xxx: Correct ISP24xx soft-reset handling. A driver must wait 100us before attempting an MMIO operation to the RISC after a soft-reset has been initiated. A similar delay was needed with earlier ISPs. Note: a PCI config-space read is used to flush the MMIO write to the ISP, since the ISP's state machines are unable to respond to any MMIO read during the reset process. Signed-off-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed