diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-02 12:14:48 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-02 12:14:48 -0500 |
commit | e47fddf2470feb228e1d3ff41fc78dad4cfbbcc6 (patch) | |
tree | be16dc950dda26f44aaa09455879acbca7efbcae /include | |
parent | 222335b755726f539c4a056ce119e017aa4166c4 (diff) | |
parent | 49c8042996c84f0df6c49ea2e28a7ef38cd7d773 (diff) |
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
* 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev:
libata: Initialize nbytes for internal sg commands
libata: Fix ata_busy_wait() kernel docs
pata_via: Correct missing comments
pata_atiixp: propogate cable detection hack from drivers/ide to the new driver
ahci/pata_jmicron: fix JMicron quirk
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/libata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 22aa69e20905..91bb8ceef0b5 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -1054,6 +1054,8 @@ static inline void ata_pause(struct ata_port *ap) | |||
1054 | /** | 1054 | /** |
1055 | * ata_busy_wait - Wait for a port status register | 1055 | * ata_busy_wait - Wait for a port status register |
1056 | * @ap: Port to wait for. | 1056 | * @ap: Port to wait for. |
1057 | * @bits: bits that must be clear | ||
1058 | * @max: number of 10uS waits to perform | ||
1057 | * | 1059 | * |
1058 | * Waits up to max*10 microseconds for the selected bits in the port's | 1060 | * Waits up to max*10 microseconds for the selected bits in the port's |
1059 | * status register to be cleared. | 1061 | * status register to be cleared. |