From owner-freebsd-current@FreeBSD.ORG Sun Oct 24 15:18:50 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 E5ECE16A4CE; Sun, 24 Oct 2004 15:18:50 +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 9A5D243D54; Sun, 24 Oct 2004 15:18:50 +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 1CLk8v-0005uu-K3; Sun, 24 Oct 2004 08:18:49 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16763.51161.12636.189390@ran.psg.com> Date: Sun, 24 Oct 2004 08:18:49 -0700 To: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) References: <417960C2.8040007@freebsd.org> <41796396.5070804@freebsd.org> <41796D6D.7000108@freebsd.org> <41799315.70201@elischer.org> <41799396.9090307@freebsd.org> <16762.32532.664203.323225@ran.psg.com> cc: freebsd-current@freebsd.org cc: Scott Long 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: Sun, 24 Oct 2004 15:18:51 -0000 >> 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. > You comment out the 'include NIC' line nope, read a bit more carefully. i wanted to keep ONE > The biggest win will be not having to edit your kernel config every > time something like options PFIL_HOOKS or device {io,mem} appears or > disappears, because they'll be in the stock includes. It will also be > much easier to share kernel configs across FreeBSD versions. yep. agree. randy