From owner-freebsd-current@FreeBSD.ORG Tue Nov 8 14:52:29 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12AD1106566B for ; Tue, 8 Nov 2011 14:52:29 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id C435B8FC13 for ; Tue, 8 Nov 2011 14:52:28 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1RNn2J-0002D1-FT>; Tue, 08 Nov 2011 15:52:27 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1RNn2J-0004IQ-Dd>; Tue, 08 Nov 2011 15:52:27 +0100 Message-ID: <4EB9422B.1080909@mail.zedat.fu-berlin.de> Date: Tue, 08 Nov 2011 15:52:27 +0100 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111031 Thunderbird/7.0.1 MIME-Version: 1.0 To: Chuck Burns References: <4EB9142D.3090705@zedat.fu-berlin.de> <4EB92ADA.6080309@daemonic.se> <30719078.XD2KNDdpQA@funbeast> In-Reply-To: <30719078.XD2KNDdpQA@funbeast> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 X-Mailman-Approved-At: Tue, 08 Nov 2011 17:01:57 +0000 Cc: freebsd-current@freebsd.org Subject: Re: /sys/amd64/conf/DEFAULTS X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 08 Nov 2011 14:52:29 -0000 Am 11/08/11 14:31, schrieb Chuck Burns: > On Tuesday, November 08, 2011 02:12:58 PM Niclas Zeising wrote: >> From my understanding of things, the DEFAULTS kernel configuration file >> is automatically included into the build by config(8). There is no need >> to include it into the generic using the "include" statement. It was >> first added 6 years ago, on October 27 2005. >> Regards! > > Not sure if you already know this, or not but another thing to keep in mind, > if a module is not mentioned, or is commented out, then it will still be > built, just not included into the monolithic kernel. > > If you were already aware of this, then my apologies. > > Chuck Hello. well, I'm aware of that, but it doesn't matter. As long as I do not use a broken or commented out module, it is all right. I was a little bit surprised having options already set I never set in the usual config file named after the host's name or GENERIC. And for FBSD 10.0/amd64, it has been started to use a VFS-option for loading thread safe filesystems. Regards, Oliver