From owner-freebsd-current@FreeBSD.ORG Wed Jul 22 13:29:34 2009 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 8772B1065679; Wed, 22 Jul 2009 13:29:34 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.freebsd.org (Postfix) with ESMTP id 41E058FC0A; Wed, 22 Jul 2009 13:29:34 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from [172.31.193.10] (cpe-075-177-134-250.nc.res.rr.com [75.177.134.250]) (authenticated bits=0) by duke.cs.duke.edu (8.14.2/8.14.2) with ESMTP id n6MDTWeR011794 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 22 Jul 2009 09:29:33 -0400 (EDT) X-DKIM: Sendmail DKIM Filter v2.8.3 duke.cs.duke.edu n6MDTWeR011794 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cs.duke.edu; s=mail; t=1248269373; bh=hNIXlA2LccAD+7WLApFvDMj/Vx5G2O9oI8fMkiA4I7w=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=aFwBmKb1vtBxyV2mtlhvcOaMrKm5DwjI+0/a3yWil6mBO1P6jhIOgm0GcAqrJ3zH3 wSoGo73XH6JCDPeqejHFHr7Wd5rN9pvN0az+flSpUi3gh5eGMWYxgds7NTiebm++S7 mG3epTZC8NtH8IgeuiC1mu3fPvcM+D+EQryiUFX8= Message-ID: <4A671435.2060005@cs.duke.edu> Date: Wed, 22 Jul 2009 09:29:25 -0400 From: Andrew Gallatin User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: John Baldwin References: <4A660E83.6080004@cs.duke.edu> <200907211617.40842.jkim@FreeBSD.org> <4A6629F8.1090503@cs.duke.edu> <200907220828.11999.jhb@freebsd.org> In-Reply-To: <200907220828.11999.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, current@freebsd.org, Jung-uk Kim Subject: Re: loader.conf ignores setting variable ending in _type 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: Wed, 22 Jul 2009 13:29:35 -0000 John Baldwin wrote: > On Tuesday 21 July 2009 4:50:00 pm Andrew Gallatin wrote: >> Jung-uk Kim wrote: >>> On Tuesday 21 July 2009 04:05 pm, Jung-uk Kim wrote: >>>> *_type Defines the module's type. If none is given, it >>>> defaults to a kld module. >>> Actually, I wanted to quote this: >>> >>> loader.conf(5): >>> >>> WARNING: developers should never use these suffixes for any >>> kernel environment variables (tunables) or conflicts >>> will result. >> Whoops.. Thanks for pointing that out. > > Presumably we could relax that a bit and for the reserved tunables ignore > tunables with "." in their name. > That would be nice. But it is not a big deal to fix it in the mxge driver by changing the tunable name (already done, actually). Drew