git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d18d36b
)
[libata scsi] fix read/write translation edge cases
author
Jeff Garzik
<jgarzik@pobox.com>
Sat, 27 Aug 2005 08:20:12 +0000
(
04:20
-0400)
committer
Jeff Garzik
<jgarzik@pobox.com>
Sat, 27 Aug 2005 08:20:12 +0000
(
04:20
-0400)
Fix bugs for unlikely edge cases noticed by Douglas Gilbert:
- When READ(6)/WRITE(6) sector count == 0, treat it as 256 sectors
- For other READ(x)/WRITE(x), when sector count == 0, error.
We don't support successfully completing zero-length transfers at
this time.
No differences found