From owner-freebsd-current@FreeBSD.ORG Mon Oct 25 20:13:55 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 DCDE216A4CE; Mon, 25 Oct 2004 20:13:55 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0F2743D2D; Mon, 25 Oct 2004 20:13:55 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i9PKDt3B036625; Mon, 25 Oct 2004 13:13:55 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9PKDtHp036624; Mon, 25 Oct 2004 13:13:55 -0700 (PDT) (envelope-from obrien) Date: Mon, 25 Oct 2004 13:13:54 -0700 From: "David O'Brien" To: Scott Long Message-ID: <20041025201354.GA36421@dragon.nuxi.com> References: <417960C2.8040007@freebsd.org> <20041022194008.GA23778@odin.ac.hmc.edu> <41796396.5070804@freebsd.org> <41796D6D.7000108@freebsd.org> <41799315.70201@elischer.org> <41799396.9090307@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41799396.9090307@freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: freebsd-current@freebsd.org Subject: Re: Annoying SCSI waiting... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2004 20:13:56 -0000 On Fri, Oct 22, 2004 at 05:11:18PM -0600, Scott Long wrote: > 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 What do you put in 'SCSI'? Not all SCSI devices work on all our platforms. Things got messy in NOTES when we tried to share too much. I don't think SCSI could have much more beyond 'scbus ch da sa cd pass ses'. We'll still need to have the acutal SCSI HBA's in a MD file. -- -- David (obrien@FreeBSD.org)