From: David Miller Date: Mon, 16 Apr 2007 19:37:43 +0000 (-0700) Subject: [SCSI] qla2xxx: fix regression on sparc64 X-Git-Tag: v2.6.22-rc1~1015^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e08df3f91837656c36712f559d5ce8d80852760;p=pandora-kernel.git [SCSI] qla2xxx: fix regression on sparc64 Some sparc64 boxes don't have a valid NVRAM (from which the driver takes its WWPN) try to extract this from open firmware instead and if that fails, fall back to a default, which would be invalid if more than one machine on the same SAN does this, since two machines with the same WWPN would be illegal, so warn when taking this potentially invalid default. Tested on SunBlade-1000: Acked-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed