From owner-cvs-all Tue Oct 12 20:19:34 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 105FE14F67; Tue, 12 Oct 1999 20:19:32 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA48483; Tue, 12 Oct 1999 20:19:32 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199910130319.UAA48483@freefall.freebsd.org> From: Greg Lehey Date: Tue, 12 Oct 1999 20:19:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumrequest.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/10/12 20:19:31 PDT Modified files: sys/dev/vinum vinumrequest.c Log: launch_requests: limit the number of outstanding requests on a specific drive and overall. Change the way we set the active request count. This enables us to start the requests without being in splbio for the duration, which could be very long for IDE drives in PIO mode. Revision Changes Path 1.37 +42 -10 src/sys/dev/vinum/vinumrequest.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message