Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Nov 2004 14:25:42 -0500
From:      John Baldwin <jhb@FreeBSD.org>
To:        freebsd-current@FreeBSD.org
Cc:        "Wilkinson, Alex" <alex.wilkinson@dsto.defence.gov.au>
Subject:   Re: How to disable ACPI in 5.3
Message-ID:  <200411051425.42432.jhb@FreeBSD.org>
In-Reply-To: <20041103012521.GB479@squash.dsto.defence.gov.au>
References:  <20041029022056.GA5751@philomath.unixcore.com> <200410291445.51216.jhb@FreeBSD.org> <20041103012521.GB479@squash.dsto.defence.gov.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 02 November 2004 08:25 pm, Wilkinson, Alex wrote:
> Interesting.
>
> I checked this myself because I thought I _was_ using ACPI.
>
> I found this:
>
> # grep -i acpi /var/run/dmesg.boot
> KLD file acpi.ko - could not finalize loading

This means it couldn't link.  Perhaps you compiled the module with debugger 
support but don't have INVARIANTS, KDB, DDB, etc. in the kernel?

> Is ACPI meant to be compiled into the kernel or loaded as a module ?

Either way is fine.  Compiling it into the kernel will definitely work.

-- 
John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411051425.42432.jhb>