From: Matthew Wilcox Date: Thu, 26 Jul 2007 15:41:33 +0000 (-0400) Subject: [SCSI] advansys: remove INQUIRY sniffing X-Git-Tag: v2.6.24-rc1~1290^2~178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47d853ccbe7fc6b79aeddd97cf6f5b08bf81d58b;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed