From owner-freebsd-current Sun Aug 25 13: 2:47 2002 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 A2CCE37B400; Sun, 25 Aug 2002 13:02:45 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AB0F43E4A; Sun, 25 Aug 2002 13:02:44 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.5/8.12.2) with ESMTP id g7PK2aoe082509; Sun, 25 Aug 2002 13:02:36 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.5/Submit) id g7PK2add082508; Sun, 25 Aug 2002 13:02:36 -0700 (PDT) Date: Sun, 25 Aug 2002 13:02:36 -0700 From: "David O'Brien" To: Mike Barcroft Cc: Craig Rodrigues , freebsd-current@FreeBSD.org Subject: Re: Question about device.hints man page Message-ID: <20020825200236.GB82354@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20020825155130.A2058@attbi.com> <1030290579.356.5.camel@twoflower> <20020825125401.A751@attbi.com> <20020825124344.P62302@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020825124344.P62302@espresso.q9media.com> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Aug 25, 2002 at 12:43:44PM -0400, Mike Barcroft wrote: > Craig Rodrigues writes: > > device.hints.5: > > $FreeBSD: src/share/man/man5/device.hints.5,v 1.3 2002/08/09 06:07:33 obrien Exp $ > > I would like to submit the following trivial patch: > > > > > > --- device.hints.5.orig Sun Aug 25 12:52:02 2002 > > +++ device.hints.5 Sun Aug 25 12:52:26 2002 > > @@ -145,7 +145,7 @@ > > > > The following example disables the ACPI driver > > .Bd -literal -offset indent > > -hint.acpi.0.disable="1" > > +hint.acpi.0.disabled="1" > > .Ed > > .\" .Pp > > .\" A control variable may look like: > > > Committed, thanks. Uh WAIT! Was this tested?!? $ grep disable /sys/boot/i386/libi386/i386_module.c if ((getenv("acpi_load") && !getenv("hint.acpi.0.disable"))) { "hint.acpi.0.disable=1" certainly did not load the acpi.ko module for me (as expected by inspecting the code). I'm backing this commit out someone can prove it is proper. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message