From owner-cvs-all Mon Mar 22 20:49:27 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 26B191537F; Mon, 22 Mar 1999 20:49:26 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA11553; Mon, 22 Mar 1999 20:49:08 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <199903230449.UAA11553@freefall.freebsd.org> From: Greg Lehey Date: Mon, 22 Mar 1999 20:49:08 -0800 (PST) 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/03/22 20:49:08 PST Modified files: sys/dev/vinum vinumrequest.c Log: vinum_start: remove the splbio() around the call to launch read requests. launch_requests: Move the splbio() protection outside the entire launch_loop. The previous location was causing problems with IDE drives, where the call to the strategy routine often did not complete until after complete_rqe deallocated the request structure. Solution-independently-found-by: Russell Neeper Problem-reported-by: Vallo Kallaste John Saunders Bernd Walter (maybe) Revision Changes Path 1.17 +2 -5 src/sys/dev/vinum/vinumrequest.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message