From: Dan Williams Date: Fri, 22 Apr 2011 01:44:45 +0000 (-0700) Subject: isci: kill smp_discover_response_protocols in favor of domain_device.dev_type X-Git-Tag: v3.0-rc6~1^2~1^2~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1a113b0a1ea437daf099b44f8a39e93a02a3f47;p=pandora-kernel.git isci: kill smp_discover_response_protocols in favor of domain_device.dev_type This is step 1 of removing the contortions to: 1/ unparse expander phy data into a smp discover frame 2/ open-code-parse the smp discover fram into a domain_device.dev_type equivalent libsas has already spent cycles determining the dev_type, so now that scic_sds_remote_device is unified with isci_remote_device we can directly reference dev_type. This might also change multi-level expander detection as we previously only looked at dev_type == EDGE_DEV and we did not consider the FANOUT_DEV case. Signed-off-by: Dan Williams --- Reading git-diff-tree failed