From owner-freebsd-current@FreeBSD.ORG Sat Oct 23 15:56:06 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 1FC9516A4CE; Sat, 23 Oct 2004 15:56:06 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFB5443D2F; Sat, 23 Oct 2004 15:56:05 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1CLOFR-000I9J-5d; Sat, 23 Oct 2004 08:56:05 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16762.32532.664203.323225@ran.psg.com> Date: Sat, 23 Oct 2004 08:56:04 -0700 To: Scott Long References: <417960C2.8040007@freebsd.org> <41796396.5070804@freebsd.org> <41796D6D.7000108@freebsd.org> <41799315.70201@elischer.org> <41799396.9090307@freebsd.org> cc: freebsd-current@freebsd.org 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: Sat, 23 Oct 2004 15:56:06 -0000 > 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? bit of a pita for us ediff freaks, but i guess we'll survive. not clear where the win is, though. so i comment out an include? and what about commenting out the 42 nics i don't use, to leave the one i do? win not clear. but, as i said, i'll survive. randy