From: Matthew Wilcox Date: Wed, 3 Oct 2007 01:55:42 +0000 (-0400) Subject: [SCSI] advansys: Changes to work on parisc X-Git-Tag: v2.6.24-rc1~1290^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d511a4b29de6764931343d03e493f2e04df0271;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed