From owner-cvs-src@FreeBSD.ORG Wed Feb 18 02:33:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90BA316A4CE; Wed, 18 Feb 2004 02:33:15 -0800 (PST) Received: from gvr.gvr.org (gvr-gw.gvr.org [80.126.103.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D5BA43D1D; Wed, 18 Feb 2004 02:33:15 -0800 (PST) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id 78E922E; Wed, 18 Feb 2004 11:33:14 +0100 (CET) Date: Wed, 18 Feb 2004 11:33:14 +0100 From: Guido van Rooij To: John Baldwin Message-ID: <20040218103314.GA97643@gvr.gvr.org> References: <200402140317.i1E3HV6E048159@repoman.freebsd.org> <200402161152.44270.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402161152.44270.jhb@FreeBSD.org> cc: cvs-src@FreeBSD.org cc: Nate Lawson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica/Osd OsdTable.c src/sys/sys kernel.h src/sys/boot/forth loader.conf.5 src/share/man/man4 acpi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2004 10:33:15 -0000 On Mon, Feb 16, 2004 at 11:52:44AM -0500, John Baldwin wrote: > On Friday 13 February 2004 10:17 pm, Nate Lawson wrote: > > njl 2004/02/13 19:17:30 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/acpica/Osd OsdTable.c > > sys/sys kernel.h > > sys/boot/forth loader.conf.5 > > share/man/man4 acpi.4 > > Log: > > Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffix > > is reserved by the loader, and thus any tunable name with that suffix > > will be silently discarded. > > > > Document this in the header and man page so that other developers do not > > develop so many bumps on the head after banging it against the wall. > > > > Detective work by: Mark Santcroos, grehan > > Aha, cute. Note that _load, _before, _after, _type, _flags, and _error are > also "magic". As are flags starting with "hint" that do not have a certain sysntax. In that case the kernel silently renames them to "Hint". -Guido