[SCSI] Migrate libsas ATA code into a separate file
authorDarrick J. Wong <djwong@us.ibm.com>
Wed, 18 Oct 2006 21:43:37 +0000 (14:43 -0700)
committerJames Bottomley <jejb@mulgrave.localdomain>
Wed, 18 Jul 2007 16:14:40 +0000 (11:14 -0500)
commit338ec57003ff9d7bc1471677e61872455977a5de
treeb6500d501ec6f6f9db504d5e643c799f69777277
parent0281e02c5671f50701924465744edd3e2feb5d6f
[SCSI] Migrate libsas ATA code into a separate file

This is a respin of my earlier patch that migrates the ATA support code
into a separate file.  For now, the controversial linking bits have
been removed per James Bottomley's request for a patch that contains
only the migration diffs, which means that libsas continues to require
libata.  I intend to address that problem in a separate patch.

This patch is against the aic94xx-sas-2.6 git tree, and it has been
sanity tested on my x206m with Seagate SATA and SAS disks without
uncovering any new problems.

Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/libsas/Makefile
drivers/scsi/libsas/sas_ata.c [new file with mode: 0644]
drivers/scsi/libsas/sas_scsi_host.c
include/scsi/libsas.h
include/scsi/sas_ata.h [new file with mode: 0644]