From owner-freebsd-scsi@FreeBSD.ORG Tue Jan 20 13:41:38 2004 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F43A16A4CE for ; Tue, 20 Jan 2004 13:41:38 -0800 (PST) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8DA643D31 for ; Tue, 20 Jan 2004 13:41:37 -0800 (PST) (envelope-from julian@vicor.com) Received: from vicor.com (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id B14E17A436; Tue, 20 Jan 2004 13:41:37 -0800 (PST) Message-ID: <400DA091.70803@vicor.com> Date: Tue, 20 Jan 2004 13:41:37 -0800 From: Julian Elischer Organization: VICOR User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030516 X-Accept-Language: en, hu MIME-Version: 1.0 To: "Kenneth D. Merry" References: <400D9B08.70005@vicor.com> <20040120213330.GA15900@panzer.kdm.org> In-Reply-To: <20040120213330.GA15900@panzer.kdm.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: SCSI@freebsd.org Subject: Re: CAM//SCSI disk timeouts X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2004 21:41:38 -0000 Kenneth D. Merry wrote: > You can tweak the timeout and retry count values with the > kern.cam.da.retry_count and kern.cam.da.default_timeout sysctl variables. thanks.. sysctl kern.cam.da kern.cam.da.retry_count: 4 kern.cam.da.default_timeout: 60 <---- I assume this is in seconds? kern.cam.da.no_6_byte: 0 > > They are also available as loader tunables. > > Ken