Re: ATA driver problems

2000-01-07 Thread Soren Schmidt
It seems Peter Jeremy wrote: > On 2000-Jan-06 10:38:51 +1100, I wrote: > ["dd if=/dev/rad0c of=/dev/null bs=64k" dies with an error] > > I did some poking around and found that there are two bugs which > conspire together to cause this: > 1) diskstrategy() does not detect dscheck() returning EOF,

Re: ATA driver problems

2000-01-06 Thread Peter Jeremy
On 2000-Jan-06 10:38:51 +1100, I wrote: ["dd if=/dev/rad0c of=/dev/null bs=64k" dies with an error] I did some poking around and found that there are two bugs which conspire together to cause this: 1) diskstrategy() does not detect dscheck() returning EOF, instead passing a zero-length request

ATA driver problems

2000-01-05 Thread Peter Jeremy
Yesterday I updated from a pre-signal-change -current to something closer to the present (cvs-cur 5961 - about last Monday, to be precise). Every night, I run "dd if=/dev/rwdXc of=/dev/null bs=64k" on both of my disks (I trim the output and merge it with a number of other systems). I forgot to u