From owner-cvs-all Mon Feb 28 22:14:48 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 B258137BA51; Mon, 28 Feb 2000 22:14:45 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA16809; Mon, 28 Feb 2000 22:14:45 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <200002290614.WAA16809@freefall.freebsd.org> From: Greg Lehey Date: Mon, 28 Feb 2000 22:14:45 -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 2000/02/28 22:14:45 PST Modified files: sys/dev/vinum vinumrequest.c Log: launch_requests: If too many requests are active, include PCATCH in the tsleep call flags. Submitted-by: Bernd Walter Remove references to vnode pointers, including debug output. Vinum now talks directly to the device driver. bre: Add case for RAID-4. sdio: Don't try to write to a down drive. Set the sd state instead. Approved-by: jkh Revision Changes Path 1.42 +22 -29 src/sys/dev/vinum/vinumrequest.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message