[PATCH] libata CHS: calculate read/write commands and protocol on the fly (revise #6)
authorAlbert Lee <albertcc@tw.ibm.com>
Wed, 12 Oct 2005 07:06:27 +0000 (15:06 +0800)
committerJeff Garzik <jgarzik@pobox.com>
Tue, 18 Oct 2005 21:16:13 +0000 (17:16 -0400)
commit8cbd6df1f0ce977ab7b61feffa59879bb5e0ed8f
treec460778581293ad479ec4983690ccc46bcb4df56
parent07506697d1c615924298406f2357810709c09bcd
[PATCH] libata CHS: calculate read/write commands and protocol on the fly (revise #6)

     - merge ata_prot_to_cmd() and ata_dev_set_protocol() as
       ata_rwcmd_protocol()
     - pave road for read/write multiple support
     - remove usage of pre-cached command and protocol values and call
       ata_rwcmd_protocol() instead

Signed-off-by: Albert Lee <albertcc@tw.ibm.com>
==============
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/scsi/libata-core.c
drivers/scsi/libata-scsi.c
drivers/scsi/libata.h
include/linux/ata.h
include/linux/libata.h