From owner-freebsd-current@FreeBSD.ORG Tue Jul 1 17:26:13 2003 Return-Path: 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 2C87837B401 for ; Tue, 1 Jul 2003 17:26:13 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id A953D44055 for ; Tue, 1 Jul 2003 17:26:12 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 88634 invoked by uid 1000); 2 Jul 2003 00:26:14 -0000 Date: Tue, 1 Jul 2003 17:26:14 -0700 (PDT) From: Nate Lawson To: Florian Smeets In-Reply-To: <3F021133.3040306@kasimir.com> Message-ID: <20030701164231.M88547@root.org> References: <20030701010230.U86209@root.org> <3F014DFF.3010301@kasimir.com> <20030701103125.R87367@root.org> <3F021133.3040306@kasimir.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: acpi-jp@jp.freebsd.org cc: current@freebsd.org Subject: Re: Updated ec-burst.diff patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 02 Jul 2003 00:26:13 -0000 On Wed, 2 Jul 2003, Florian Smeets wrote: > I set hw.acpi.ec.burst_mode=0 in loader.conf but when i was trying to > chek if it was set to 0 with sysctl hw.acpi.ec.burst_mode i got : > > flo@lappi [~] 15 #sysctl hw.acpi.ec.burst_mode > sysctl: unknown oid 'hw.acpi.ec.burst_mode' It's a tunable, not a sysctl. So you can only set it in loader.conf. Are there any messages when you boot with that in your loader.conf? Would you please post a separate dmesg for that case? Thanks, Nate