[SCSI] BusLogic: make FlashPoint support x86-32 only
authorMatthew Wilcox <matthew@wil.cx>
Thu, 13 Mar 2008 12:55:08 +0000 (06:55 -0600)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 7 Apr 2008 17:15:44 +0000 (12:15 -0500)
commit78b4b05db57b04b3ed17dc71259bf1402c04abfa
tree9d3100ad64dec6c5c3a9aa718682e13e3345c4d3
parent5c815d1501a9ce84578cb3ec64c9d31ef91e3de2
[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 <James.Bottomley@HansenPartnership.com>
drivers/scsi/BusLogic.c
drivers/scsi/BusLogic.h
drivers/scsi/FlashPoint.c
drivers/scsi/Kconfig