[SCSI] advansys: Stop using n_io_port in Scsi_Host structure
authorMatthew Wilcox <matthew@wil.cx>
Thu, 26 Jul 2007 15:55:34 +0000 (11:55 -0400)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:39:37 +0000 (14:39 -0400)
commit4a2d31c811542d37258b3976975395cb1c0fba1c
tree3a5987f9ef6f657a7b2eeeaeafdf37fa2c9e7494
parent57ba5fe988f6e0845c459bbe75ecd6aea536805d
[SCSI] advansys: Stop using n_io_port in Scsi_Host structure

n_io_port isn't suitable for advansys because some of the boards have
more than 255 bytes of io port space.  There's already a driver-private
replacement, asc_n_io_port, but for some reason the driver was still
setting and occasionally reporting n_io_port.

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