From: Brian King Date: Mon, 7 May 2007 22:09:05 +0000 (-0500) Subject: [SCSI] ipr: Use PCI-E reset API for new ipr adapter X-Git-Tag: v2.6.22-rc1~345^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=463fc696ed723a9d854113e370cc177b0b63de42;p=pandora-kernel.git [SCSI] ipr: Use PCI-E reset API for new ipr adapter Use a newly added PCI API to issue a PCI Fundamental reset (warm reset) to a new ipr PCI-E adapter. Typically, the ipr adapter uses the start BIST bit in config space to reset an adapter. Issuing start BIST on this particular adapter results in the PCI-E logic on the card losing sync, which causes PCI-E errors, making the card unusable. The only reset mechanism that exists on this hardware that does not have this problem is PCI Fundamental reset (warm reset). Signed-off-by: Brian King Signed-off-by: James Bottomley --- Reading git-diff-tree failed