From owner-cvs-src@FreeBSD.ORG Fri Oct 15 06:11:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D13C016A4CE; Fri, 15 Oct 2004 06:11:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEE4643D2F; Fri, 15 Oct 2004 06:11:28 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F6BSHN066270; Fri, 15 Oct 2004 06:11:28 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F6BSRd066269; Fri, 15 Oct 2004 06:11:28 GMT (envelope-from pjd) Message-Id: <200410150611.i9F6BSRd066269@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 15 Oct 2004 06:11:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/geom/raid3 g_raid3.c g_raid3.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2004 06:11:29 -0000 pjd 2004-10-15 06:11:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/geom/raid3 g_raid3.c g_raid3.h Log: - There is no need to skip providers with 0 sectorsize in taste routine anymore. - Avoid race while synchronizing components. - Decrease timeout to 4 seconds. - Just use MAXPHYS as maximum I/O request size, instead of using my own #define for this purpose. Approved by: re (kensmith) Revision Changes Path 1.4.2.3 +38 -14 src/sys/geom/raid3/g_raid3.c 1.1.2.2 +1 -2 src/sys/geom/raid3/g_raid3.h