From owner-cvs-all Sat Nov 17 10:26: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95DA237B416; Sat, 17 Nov 2001 10:26:00 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHIQ0j82952; Sat, 17 Nov 2001 10:26:00 -0800 (PST) (envelope-from mjacob) Message-Id: <200111171826.fAHIQ0j82952@freefall.freebsd.org> From: Matt Jacob Date: Sat, 17 Nov 2001 10:26:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/11/17 10:26:00 PST Modified files: sys/cam/scsi scsi_da.c Log: Be very generous with timeouts for synchronize cache. We may wait a very long time in the cases where it really sends the drive out to lunch, but it also allows us to catch very wierd edge cases of strange drives that might take a very long time (emulated disk drives over a network, e.g.). Revision Changes Path 1.89 +1 -1 src/sys/cam/scsi/scsi_da.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message