From: Matthew Wilcox Date: Thu, 13 Mar 2008 12:55:08 +0000 (-0600) Subject: [SCSI] BusLogic: make FlashPoint support x86-32 only X-Git-Tag: v2.6.26-rc1~1140^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78b4b05db57b04b3ed17dc71259bf1402c04abfa;p=pandora-kernel.git [SCSI] BusLogic: make FlashPoint support x86-32 only We've verified that there are 64 bit and endianness problems in the flashpoint driver. Reverse the logic of CONFIG_OMIT_FLASHPOINT (make it CONFIG_SCSI_FLASHPOINT) and make it depend on X86_32 so it can't appear for any other architectures. Long term, if someone chooses, they could make FlashPoint 64 bit compliant (it looks like its a question of fixing up the sizes in some of the packed descriptors) Signed-off-by: James Bottomley --- Reading git-diff-tree failed