From owner-freebsd-current@FreeBSD.ORG Fri Apr 11 17:44:12 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D8DA1065675 for ; Fri, 11 Apr 2008 17:44:12 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id E3C278FC2A for ; Fri, 11 Apr 2008 17:44:11 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so1902519uge.37 for ; Fri, 11 Apr 2008 10:44:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:sender; bh=b3aBB4yyHEnjg8Ews/BHTJIk8MYIB/ewbNy0nXozMHA=; b=H0dorftif3xLEx8qXSf00Uxve/WqBjxXJIOAtUfVYL3MXRqhjFWJBML937eZrNELYlsk6mWDGx4dcVqp9QOugQzUKnU01v9cCOYQ/086MnZMvflZpHBPuV6f2HG+PDykRFa9Fs8tt6PGqKtNXytNfImbKINVI0So+DRA7G5dVL4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:sender; b=gIfECOI9GZDb+2c1wN+ia90QWznzOX7t0A4MuRoOea+wKxahm2r+UVYuN+Ggv9j+GpEJQc0+zhq3+LIbuGX92V77wbKh8q6M7hovbeXTnqp1fkgIEJ2cOTXZfLzrPyXCM3J6OpOZzRnNw8VEDzanh1fasiesphWy19o5gka0t0Y= Received: by 10.78.196.10 with SMTP id t10mr1408469huf.113.1207934182218; Fri, 11 Apr 2008 10:16:22 -0700 (PDT) Received: from fnop.net ( [89.214.139.22]) by mx.google.com with ESMTPS id k10sm4444065nfh.17.2008.04.11.10.16.19 (version=SSLv3 cipher=OTHER); Fri, 11 Apr 2008 10:16:21 -0700 (PDT) Date: Fri, 11 Apr 2008 18:14:51 +0100 From: Rui Paulo To: Ian FREISLICH Message-ID: <20080411171451.GA90404@fnop.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: Rui Paulo X-Mailman-Approved-At: Fri, 11 Apr 2008 17:59:55 +0000 Cc: current@freebsd.org Subject: Re: asmc_probe() problem... 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, 11 Apr 2008 17:44:12 -0000 On Fri, Apr 11, 2008 at 03:30:16PM +0200, Ian FREISLICH wrote: > Hi > > linking kernel.debug > asmc.o(.text+0xabe): In function `asmc_probe': > /usr/src/sys/dev/asmc/asmc.c:257: undefined reference to `acpi_disabled' > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/APPLE. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > The problem goes away if I link acpi into the kernel. Thanks for noticing. I'll change acpi_disabled back to resource_disabled(). -- Rui Paulo