diff options
author | Albert Lee <albertcc@tw.ibm.com> | 2007-06-07 03:49:22 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-06-09 23:08:11 -0400 |
commit | 1dce589c38c36ae69614840ee230183f3a7d43c5 (patch) | |
tree | b236f4ee06cca72bc07d88f6fbbf87ddc6b8ab83 /include/linux/ata.h | |
parent | f93f1078d08e0f63a6a4bdaa154de3642fc03d5d (diff) |
libata passthru: support PIO multi commands
support the pass through of PIO multi commands.
Signed-off-by: Albert Lee <albertcc@tw.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include/linux/ata.h')
-rw-r--r-- | include/linux/ata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ata.h b/include/linux/ata.h index edb31bfff68f..3e95e5c402d4 100644 --- a/include/linux/ata.h +++ b/include/linux/ata.h | |||
@@ -249,7 +249,7 @@ enum ata_tf_protocols { | |||
249 | /* ATA taskfile protocols */ | 249 | /* ATA taskfile protocols */ |
250 | ATA_PROT_UNKNOWN, /* unknown/invalid */ | 250 | ATA_PROT_UNKNOWN, /* unknown/invalid */ |
251 | ATA_PROT_NODATA, /* no data */ | 251 | ATA_PROT_NODATA, /* no data */ |
252 | ATA_PROT_PIO, /* PIO single sector */ | 252 | ATA_PROT_PIO, /* PIO data xfer */ |
253 | ATA_PROT_DMA, /* DMA */ | 253 | ATA_PROT_DMA, /* DMA */ |
254 | ATA_PROT_NCQ, /* NCQ */ | 254 | ATA_PROT_NCQ, /* NCQ */ |
255 | ATA_PROT_ATAPI, /* packet command, PIO data xfer*/ | 255 | ATA_PROT_ATAPI, /* packet command, PIO data xfer*/ |