| commit | 8cbd6df1f0ce977ab7b61feffa59879bb5e0ed8f | [log] [tgz] |
|---|---|---|
| author | Albert Lee <albertcc@tw.ibm.com> | Wed Oct 12 15:06:27 2005 +0800 |
| committer | Jeff Garzik <jgarzik@pobox.com> | Tue Oct 18 17:16:13 2005 -0400 |
| tree | c460778581293ad479ec4983690ccc46bcb4df56 | |
| parent | 07506697d1c615924298406f2357810709c09bcd [diff] |
[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>