diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-02 09:14:48 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-02 09:14:48 -0800 |
commit | e47fddf2470feb228e1d3ff41fc78dad4cfbbcc6 (patch) | |
tree | be16dc950dda26f44aaa09455879acbca7efbcae /include | |
parent | 222335b755726f539c4a056ce119e017aa4166c4 (diff) | |
parent | 49c8042996c84f0df6c49ea2e28a7ef38cd7d773 (diff) | |
download | linux-e47fddf2470feb228e1d3ff41fc78dad4cfbbcc6.tar.gz linux-e47fddf2470feb228e1d3ff41fc78dad4cfbbcc6.tar.bz2 linux-e47fddf2470feb228e1d3ff41fc78dad4cfbbcc6.zip |
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) /** * ata_busy_wait - Wait for a port status register * @ap: Port to wait for. + * @bits: bits that must be clear + * @max: number of 10uS waits to perform * * Waits up to max*10 microseconds for the selected bits in the port's * status register to be cleared. |