[SCSI] advansys: ioremap no longer needs page-aligned addresses
authorMatthew Wilcox <matthew@wil.cx>
Thu, 26 Jul 2007 15:55:07 +0000 (11:55 -0400)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:39:33 +0000 (14:39 -0400)
commit57ba5fe988f6e0845c459bbe75ecd6aea536805d
tree2ced010dc7e32dbcff754b0b29a9722cc3d80433
parent59fcf844095a89fe5e42b4e9bfc4b49dd6909e6b
[SCSI] advansys: ioremap no longer needs page-aligned addresses

At some point during Linux 2.1 development, ioremap() gained the ability
to handle addresses which weren't page-aligned.  Also expand the CONFIG_PCI
range to encompass that entire section of wide board initialisation, since
all wide boards are PCI.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/advansys.c