From owner-freebsd-current@FreeBSD.ORG Fri Oct 12 10:31:39 2007 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 569D816A46D; Fri, 12 Oct 2007 10:31:39 +0000 (UTC) (envelope-from erik@cederstrand.dk) Received: from mail.itu.dk (pluto.itu.dk [130.226.142.18]) by mx1.freebsd.org (Postfix) with ESMTP id 021EB13C4A3; Fri, 12 Oct 2007 10:31:38 +0000 (UTC) (envelope-from erik@cederstrand.dk) Received: from localhost (unknown [10.0.0.3]) by mail.itu.dk (Postfix) with ESMTP id E5C0F36F285; Fri, 12 Oct 2007 12:17:02 +0200 (CEST) X-Virus-Scanned: amavisd-new at itu.dk Received: from superman.itu.dk ([130.226.142.5]) by localhost (daredevil.itu.dk [130.226.142.26]) (amavisd-new, port 10024) with ESMTP id WZz+rAegE0ze; Fri, 12 Oct 2007 12:16:46 +0200 (CEST) Received: from [192.168.1.149] (stud1-15.itu.dk [130.226.140.15]) by superman.itu.dk (Postfix) with ESMTP id 6BE869E67F; Fri, 12 Oct 2007 12:16:41 +0200 (CEST) Message-ID: <470F4989.50301@cederstrand.dk> Date: Fri, 12 Oct 2007 12:16:41 +0200 From: Erik Cederstrand User-Agent: Thunderbird 2.0.0.6 (X11/20071008) MIME-Version: 1.0 To: Brooks Davis References: <470E8583.5060209@cederstrand.dk> <20071011230445.GA9272@lor.one-eyed-alien.net> In-Reply-To: <20071011230445.GA9272@lor.one-eyed-alien.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: acpi.ko not being built? 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: Fri, 12 Oct 2007 10:31:39 -0000 Brooks Davis wrote: > On Thu, Oct 11, 2007 at 10:20:19PM +0200, Erik Cederstrand wrote: >> Hi! >> >> I'm attempting to upgrade a server to amd64 CURRENT from an older >> snapshot. I have "MODULES_OVERRIDE= acpi" in make.conf but >> apparently only the acpi_*.ko files are being built, not acpi.ko >> itself. As a result, acpi.ko is not being loaded on boot. > > On amd64 (and ia64) acpi is compiled in the the kernel rather than > built as a module. I see, thanks. I was actually trying to get powerd running, but it was complaining about missing "freq". It turns out freq is a sysctl provided by cpufreq and has nothing to do with acpi. So I guess I was asking the wrong question. Anyway, the answers here got me further, but after playing around I now have "powernow0 attach returned 6" in my dmesg, and no dev.cpu.*.freq sysctl's. This looks a lot like PR i386/106850. I can provide any info necessary if anyone wants to look into this. Erik