[SCSI] advansys: remove INQUIRY sniffing
authorMatthew Wilcox <matthew@wil.cx>
Thu, 26 Jul 2007 15:41:33 +0000 (11:41 -0400)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:39:22 +0000 (14:39 -0400)
commit47d853ccbe7fc6b79aeddd97cf6f5b08bf81d58b
tree6e8c7c30b0fb562f9510c649b2dc4b7b0ee23f6c
parent2ffb45c672eff6a797712c5c8b5a6ddf3692187a
[SCSI] advansys: remove INQUIRY sniffing

Use slave_configure() to do all the work that used to be done in
AscInquiryHandling and AdvInquiryHandling.  Split slave_configure into
two functions, one for wide and one for narrow controllers.

Remove some unused definitions, duplicate definitions, unnecessary
declarations, and scsireqq, cap_info and inquiry from struct asc_board.

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