From owner-freebsd-current@FreeBSD.ORG Thu Oct 11 23:20:24 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 92D8716A41A for ; Thu, 11 Oct 2007 23:20:24 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 3157D13C46A for ; Thu, 11 Oct 2007 23:20:24 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l9BNKGrW043954; Thu, 11 Oct 2007 17:20:17 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <470EAF96.5050106@samsco.org> Date: Thu, 11 Oct 2007 17:19:50 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: Erik Cederstrand References: <470E8583.5060209@cederstrand.dk> In-Reply-To: <470E8583.5060209@cederstrand.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Thu, 11 Oct 2007 17:20:17 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org 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: Thu, 11 Oct 2007 23:20:24 -0000 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. > > This used to work on 6.2, so I'm not sure where to look. This happens on > a GENERIC kernel config. My src.conf has the following: > Since ACPI is mandatory on amd64, it's included in GENERIC. Not sure why it wouldn't be building as a module for you, but if you're using an unmodified GENERIC then you're already getting it included. Scott