commit | 47d853ccbe7fc6b79aeddd97cf6f5b08bf81d58b | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Thu Jul 26 11:41:33 2007 -0400 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:39:22 2007 -0400 |
tree | 6e8c7c30b0fb562f9510c649b2dc4b7b0ee23f6c | |
parent | 2ffb45c672eff6a797712c5c8b5a6ddf3692187a [diff] |
[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>