[SCSI] pm8001: remove pm8001_slave_{alloc|configure}
authorDan Williams <dan.j.williams@intel.com>
Tue, 20 Sep 2011 22:11:03 +0000 (15:11 -0700)
committerJames Bottomley <JBottomley@Parallels.com>
Sun, 2 Oct 2011 17:40:43 +0000 (12:40 -0500)
commit11e16364aaac4544dd26ca56d399c954cc95d7a5
tree909ade73511f7ef1f233bfa54684c2512828ae86
parente211e2c7b6e7f470c818ef67c952954e1b46a46d
[SCSI] pm8001: remove pm8001_slave_{alloc|configure}

libsas handles:
1/ limiting ata scanning to lun0
2/ changes to /sys/block/<sdX>/device/queue_depth for ata devices

libata handles turning off ncq globally via kernel command line
(libata.force=noncq) or sysfs (echo 1 >
/sys/block/<sdX>/device/queue_depth).  A lldd specific compile option is
not necessary.

Cc: Jack Wang <jack_wang@usish.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/pm8001/pm8001_init.c
drivers/scsi/pm8001/pm8001_sas.c
drivers/scsi/pm8001/pm8001_sas.h