diff options
author | Matthew Wilcox <matthew@wil.cx> | 2007-10-02 21:55:42 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-12 14:54:13 -0400 |
commit | 9d511a4b29de6764931343d03e493f2e04df0271 (patch) | |
tree | ff43505ce900aa6923614354954633662855543f /drivers/scsi/Kconfig | |
parent | d10fb2c7b5ce1b475df50cde9262d2c3fe3d296e (diff) | |
download | op-kernel-dev-9d511a4b29de6764931343d03e493f2e04df0271.zip op-kernel-dev-9d511a4b29de6764931343d03e493f2e04df0271.tar.gz |
[SCSI] advansys: Changes to work on parisc
Change PortAddr to be an unsigned int instead of an unsigned short (IO
Port address are 24 bit on parisc). Fix a couple of printk argument
warnings. Remove the Kconfig marking as 'BROKEN'.
I haven't removed the #warning yet because virt_to_bus/bus_to_virt are
only eliminated for narrow boards. Wide boards need more work.
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 69b2fac..de6a641 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -521,7 +521,6 @@ config SCSI_ADVANSYS tristate "AdvanSys SCSI support" depends on SCSI depends on ISA || EISA || PCI - depends on BROKEN || X86_32 help This is a driver for all SCSI host adapters manufactured by AdvanSys. It is documented in the kernel source in |