From owner-cvs-all Mon Oct 18 10:55:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E04F14CC7; Mon, 18 Oct 1999 10:55:39 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA91313; Mon, 18 Oct 1999 10:55:39 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <199910181755.KAA91313@freefall.freebsd.org> From: Andrew Gallatin Date: Mon, 18 Oct 1999 10:55:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-disk.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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