From owner-cvs-all Thu Feb 17 15:34: 2 2000 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 6D78737B866; Thu, 17 Feb 2000 15:33:59 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA70985; Thu, 17 Feb 2000 15:33:59 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <200002172333.PAA70985@freefall.freebsd.org> From: Mike Smith Date: Thu, 17 Feb 2000 15:33:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/amr amr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 2000/02/17 15:33:58 PST Modified files: sys/dev/amr amr.c Log: Increase the time we spend waiting for the controller to become ready to accept a new command; in high load cases it may be too busy for the old value. This loop needs something to tie it to real time, rather than just the CPU's ability to fetch from the L1 data cache, but this hack works for now. Approved by: jkh Revision Changes Path 1.7 +2 -2 src/sys/dev/amr/amr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message