Re: memory corruption/panic solved ("FAILURE - ATAPI_IDENTIFY no interrupt")
From: Tai-hwa Liang (avatar_at_mmlab.cse.yzu.edu.tw)
Date: 07/31/04
- Previous message: FreeBSD Tinderbox: "[current tinderbox] failure on amd64/amd64"
- In reply to: Søren Schmidt: "Re: memory corruption/panic solved ("FAILURE - ATAPI_IDENTIFY no interrupt")"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 31 Jul 2004 17:47:15 +0800 (CST) To: Søren Schmidt <sos@DeepCore.dk>
On Sat, 31 Jul 2004, [ISO-8859-1] Søren Schmidt wrote:
[...]
> Thats the real bug, donecount should be reset on retry..
>
> > @@ -561,11 +561,12 @@
> > request->data = (caddr_t)atadev->param;
> > request->bytecount = sizeof(struct ata_params);
> > request->transfersize = DEV_BSIZE;
> > + request->donecount = 0;
> > ata_queue_request(request);
> > if (!(error = request->result))
> > break;
> > }
>
> This part should be all thats needed IMHO...
I've tested this, and it worked on my T40.
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: FreeBSD Tinderbox: "[current tinderbox] failure on amd64/amd64"
- In reply to: Søren Schmidt: "Re: memory corruption/panic solved ("FAILURE - ATAPI_IDENTIFY no interrupt")"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|