Revision 2709781be6141798162f1089df728fb218a590df authored by Ben Dooks on 01 July 2008, 10:59:41 UTC, committed by Ben Dooks on 01 July 2008, 13:30:37 UTC
We should check for the reception of an ACK after transmitting each
data byte. The address send has been correctly checking this, but the
data write byte state should have also been checking for these failures.

As part of the same fix, we remove the ACK checking from the receive
path where it should not have been checking for an ACK which our hardware
was sending.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
1 parent e1441b9
History
File Mode Size
Kconfig -rw-r--r-- 2.5 KB
Kconfig.iosched -rw-r--r-- 1.9 KB
Makefile -rw-r--r-- 530 bytes
as-iosched.c -rw-r--r-- 38.1 KB
blk-barrier.c -rw-r--r-- 7.6 KB
blk-core.c -rw-r--r-- 53.6 KB
blk-exec.c -rw-r--r-- 2.6 KB
blk-ioc.c -rw-r--r-- 4.0 KB
blk-map.c -rw-r--r-- 7.3 KB
blk-merge.c -rw-r--r-- 12.3 KB
blk-settings.c -rw-r--r-- 13.3 KB
blk-sysfs.c -rw-r--r-- 8.3 KB
blk-tag.c -rw-r--r-- 9.6 KB
blk.h -rw-r--r-- 1.6 KB
blktrace.c -rw-r--r-- 11.8 KB
bsg.c -rw-r--r-- 23.0 KB
cfq-iosched.c -rw-r--r-- 54.7 KB
compat_ioctl.c -rw-r--r-- 21.9 KB
deadline-iosched.c -rw-r--r-- 11.5 KB
elevator.c -rw-r--r-- 26.1 KB
genhd.c -rw-r--r-- 18.3 KB
ioctl.c -rw-r--r-- 7.0 KB
noop-iosched.c -rw-r--r-- 2.6 KB
scsi_ioctl.c -rw-r--r-- 16.8 KB

back to top