From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 23 00:19:20 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72A35106564A for ; Wed, 23 Feb 2011 00:19:20 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 062738FC0C for ; Wed, 23 Feb 2011 00:19:19 +0000 (UTC) Received: by wwf26 with SMTP id 26so7697908wwf.31 for ; Tue, 22 Feb 2011 16:19:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=UiFGHbwV7V9sg8OiH/QcaGLtvrt0ukyjJgVrFl9/JBU=; b=J5u44jlibw41NZQk65toavgAQqntEPifc7kpoRiWpXUcEOg0cku6GUGJFrodh5Rc0+ iK7S1o87sfZuw3VoIOpjw2MdGY8c4cYb71mdnW9nJTrc5XKSI22fLHkqByQVNaUujpR0 a1Kz0T7e20reFcQO2iAsvOoTyAq/vVBDu51Ok= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=VBM0jiBvQVuS5iPj+wpfLZj5wdfQG23v83qoU32Lj+742nfLShT721kl/q+7IF4dkF FVrg39imvDJIYF82AskreeQ2cNyr0/BwxSbmRHx/j2/JKWidP9pmk7ZxEt33asHtV6I8 MA1yrSZLhcPQXgWjoSvUZ6Y9w2R//gORNa2XQ= MIME-Version: 1.0 Received: by 10.216.179.81 with SMTP id g59mr3909017wem.35.1298420359004; Tue, 22 Feb 2011 16:19:19 -0800 (PST) Sender: yanegomi@gmail.com Received: by 10.216.15.74 with HTTP; Tue, 22 Feb 2011 16:19:18 -0800 (PST) In-Reply-To: <20110222.235355.253.1@DEV> References: <20110222.235355.253.1@DEV> Date: Tue, 22 Feb 2011 16:19:18 -0800 X-Google-Sender-Auth: vHgxKD5XZegF0UnngDmOMYieF2g Message-ID: From: Garrett Cooper To: rank1seeker@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org Subject: Re: Kern Conf options non existant in LINT X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Feb 2011 00:19:20 -0000 On Tue, Feb 22, 2011 at 3:53 PM, wrote: ... > PS: How do I ensure "/sys/i386/conf/DEFAULTS" is being ignored when I iss= ue: > # make kernel > > and a ... for what is used: (found in LINT) > options =A0 =A0DIRECTIO nodevice name [, name [...]] nodevices name [, name [...]] Remove the specified devices from the list of previously selec= ted devices. This directive can be used to cancel the effects of device or devices directives in files included using include. etc. See config(5) for more details. Cheers, -Garrett