From owner-freebsd-current@FreeBSD.ORG Fri Oct 22 23:13:01 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82EF916A4CE for ; Fri, 22 Oct 2004 23:13:01 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A45943D31 for ; Fri, 22 Oct 2004 23:13:01 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i9MNDcxg063117; Fri, 22 Oct 2004 17:13:38 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <41799396.9090307@freebsd.org> Date: Fri, 22 Oct 2004 17:11:18 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Julian Elischer References: <417960C2.8040007@freebsd.org> <20041022194008.GA23778@odin.ac.hmc.edu> <41796396.5070804@freebsd.org> <41796D6D.7000108@freebsd.org> <41799315.70201@elischer.org> In-Reply-To: <41799315.70201@elischer.org> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: freebsd-current@freebsd.org cc: Garance A Drosihn Subject: Re: Annoying SCSI waiting... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 23:13:01 -0000 Julian Elischer wrote: > > > Scott Long wrote: > >> >> For just about everyone, a value of 2 seconds or less is just fine. >> For those with tape drives, changers, and (less likely) cdroms, a >> long delay after reset is still quite necessary. There are two knobs >> to adjust this, and I'd like GENERIC to remain compatible. It's 15 >> seconds, not 2 minutes. You get a longer delay that that just trying >> to set up the inital page tables on a large memory machine! > > > > for some reason the actual wait time always seems t be twice the > nominated one for me.. > i.e. 15 seconds really seems ot take 30 seconds etc. > > I'm willing to crank it down to 5 sec in HEAD. However, before I go changing a whole bunch of identical lines in nearly identical GENERIC files, I'd like to see GENERIC get split into several sub-modules that live in /sys/conf and can be included instead of constantly duplicated. i.e. /sys/conf: /SCSI /BLOCK /NIC /USB /FIREWIRE etc. Again, only for HEAD, not for RELENG_5. Thoughts? Scott