Date: Mon, 18 Oct 1999 10:55:39 -0700 (PDT) From: Andrew Gallatin <gallatin@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-disk.c Message-ID: <199910181755.KAA91313@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gallatin 1999/10/18 10:55:39 PDT Modified files: sys/dev/ata ata-disk.c Log: Increase the timeout to be 3*hz. This recalibrates the timeout so that it has the same value on all platforms. Previously it was just under 3 seconds on x86 (typically hz<=128) and just under 1/3 of a second on alpha (typically hz>=1024). This covers up a race between ad_interrupt() and ad_timeout() which is being looked into. reviewd by: sos Revision Changes Path 1.32 +2 -2 src/sys/dev/ata/ata-disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910181755.KAA91313>