Matthew Dillon wrote:

    If you are getting DMA timeouts, go to this URL:

    http://wiki.freebsd.org/JeremyChadwick/ATA_issues_and_troubleshooting

    Then I would suggest going into /usr/src/sys/dev/ata (I think, on
    FreeBSD), locate all instances where request->timeout is set to 5,
    and change them all to 10.

        cd /usr/src/sys/dev/ata
        fgrep 'request->timeout' *.c
        ... change all assignments of 5 to 10 ...

Changing 5 to 10 in all cases and rebuilding the kernel does not fix the problem.

I'm going to install the patch that allows the values to be changed via sysctl and up it to 15.

This problem happens across all four disks.

Does anyone else have any suggestions on what I can check?

Steve
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to