From: Andrew Vasquez Date: Thu, 22 Jan 2009 17:45:32 +0000 (-0800) Subject: [SCSI] qla2xxx: Modify firmware-load order precedence for ISP81XX parts. X-Git-Tag: v2.6.29-rc3~8^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaac30be268b90e9288b3945fb5cc9ee8c5397c0;p=pandora-kernel.git [SCSI] qla2xxx: Modify firmware-load order precedence for ISP81XX parts. Pre-ISP81XX parts (including ISP24xx and ISP25xx) could contain a firmware image within a segment of flash, driver would fallback to loading this firmware if the request-firmware interface failed (userspace .bin file). Moving forward, all ISP81XX parts will ship with a suggested-to-be-used firmware image within flash which all driver should first attempt to load. If the flash firmware load fails, the driver will then fallback to loading firmware via the request-firmware interface (ql8100_fw.bin). Signed-off-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed