From: Andrew Vasquez Date: Tue, 8 Nov 2005 22:37:06 +0000 (-0800) Subject: [SCSI] qla2xxx: Correct additional posting issues during NVRAM accesses. X-Git-Tag: v2.6.15-rc1~7^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcb36ce9d9100eb821c6ea314b02f215cbdd8aca;p=pandora-kernel.git [SCSI] qla2xxx: Correct additional posting issues during NVRAM accesses. On MMIO relaxed-order platforms, it is possible for the proper delay during NVRAM access to begin before the request passes through the PCI bus (via a MMIO write) to the ISP. Thus, causing a subsequent read to the NVRAM part to fail. Add a MMIO read, after the MMIO write to insure any posted writes are flushed. Signed-off-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed