[SCSI] advansys: Changes to work on parisc
authorMatthew Wilcox <matthew@wil.cx>
Wed, 3 Oct 2007 01:55:42 +0000 (21:55 -0400)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:54:13 +0000 (14:54 -0400)
commit9d511a4b29de6764931343d03e493f2e04df0271
treeff43505ce900aa6923614354954633662855543f
parentd10fb2c7b5ce1b475df50cde9262d2c3fe3d296e
[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>
drivers/scsi/Kconfig
drivers/scsi/advansys.c