NetBSD/sys/dev/ata
bouyer 68096acabd From Robert V. Baron:
Compute the disk block addr at command queing time rather than exec time.
This fix a bug which could lead to data corruption on disk: when a command
was reexecuted after an error condition (from wdcunwedge), the partition
offset was re-added to the block addr, leading to a transfert at the wrong
disk block.
This should fix the problem reported by some laptop's users, where the
first disk read after a suspend/resume returned garbage.
1998-04-23 13:30:39 +00:00
..
files.ata Remove "class" declarations, and add "devclass" declarations where 1998-02-16 22:12:45 +00:00
wd.c From Robert V. Baron: 1998-04-23 13:30:39 +00:00
wdlink.h From Robert V. Baron: 1998-04-23 13:30:39 +00:00