aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/libata.h
diff options
context:
space:
mode:
authorAlbert Lee <albertcc@tw.ibm.com>2005-09-30 07:09:31 -0400
committerJeff Garzik <jgarzik@pobox.com>2005-09-30 07:21:06 -0400
commitf9997be974be40e884e9e8157ded2f2f9aed454c (patch)
tree3881cac4d9ac8758ac008054a5e9af88a7184bbf /include/linux/libata.h
parentc56b14d2a3e32695e13cd49b417da889da744d1c (diff)
[PATCH] libata irq-pio: rename atapi_packet_task() and comments
Signed-off-by: Albert Lee <albertcc@tw.ibm.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r--include/linux/libata.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 1fcd0ef9e1c9..7e6feb97406e 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -129,8 +129,8 @@ enum {
129 ATA_TMOUT_PIO = 30 * HZ, 129 ATA_TMOUT_PIO = 30 * HZ,
130 ATA_TMOUT_BOOT = 30 * HZ, /* hueristic */ 130 ATA_TMOUT_BOOT = 30 * HZ, /* hueristic */
131 ATA_TMOUT_BOOT_QUICK = 7 * HZ, /* hueristic */ 131 ATA_TMOUT_BOOT_QUICK = 7 * HZ, /* hueristic */
132 ATA_TMOUT_CDB = 30 * HZ, 132 ATA_TMOUT_DATAOUT = 30 * HZ,
133 ATA_TMOUT_CDB_QUICK = 5 * HZ, 133 ATA_TMOUT_DATAOUT_QUICK = 5 * HZ,
134 134
135 /* ATA bus states */ 135 /* ATA bus states */
136 BUS_UNKNOWN = 0, 136 BUS_UNKNOWN = 0,
@@ -319,7 +319,7 @@ struct ata_port {
319 struct ata_host_stats stats; 319 struct ata_host_stats stats;
320 struct ata_host_set *host_set; 320 struct ata_host_set *host_set;
321 321
322 struct work_struct packet_task; 322 struct work_struct dataout_task;
323 323
324 struct work_struct pio_task; 324 struct work_struct pio_task;
325 unsigned int hsm_task_state; 325 unsigned int hsm_task_state;