[SCSI] libata: plumb sas port scan into standard libata paths
authorJames Bottomley <James.Bottomley@suse.de>
Sun, 23 Jan 2011 14:28:33 +0000 (08:28 -0600)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 13 Feb 2011 19:14:29 +0000 (13:14 -0600)
commit1f723867e650e5e021445eea34fddeffca9c4faa
tree74ad2dd13739b64656b449c0ac9f1d63f183267b
parenta0b990c62c8915bb0c4ba55cf5d3da3c8fa74413
[SCSI] libata: plumb sas port scan into standard libata paths

The function ata_sas_port_init() has always really done its own thing.
However, as a precursor to moving to the libata new eh, it has to be
properly using the standard libata scan paths.  This means separating
the current libata scan paths into pieces which can be shared with
libsas and pieces which cant (really just the async call and the host
scan).

Cc: Tejun Heo <tj@kernel.org>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/ata/libata-core.c
drivers/ata/libata-scsi.c
drivers/ata/libata.h