Dear Dough,
On Sat, 18 Oct 2003, Doug White wrote:
> > But it seems acpi_dsdt_load command does not work in STABLE.
>
> Note that this is a loader.conf option, not a binary.
>
> acpi_dsdt_load="/acpi.dsdt"
>
Thank you,
acpi_dsdt_load="YES"
acpi_dsdt_name="/boot/dsdt.aml"
acpi_dsdt_type="acpi_dsdt"
in loader.conf solved the problem.
But after I have defined ACPI_DEBUG_OUTPUT in
/sys/contrib/dev/acpica/acconfig.h
I have got broken debug output like
Table [DSDT] - %hd Objects with %hd Devices %hd Methods %hd Regions
%hd Devices found containing: %hd _STA, %hd _INI methods
Initialized %hd/%hd Regions %hd/%hd Fields %hd/%hd Buffers %hd/%hd
Packages (%hd nodes)
Any ideas?
Sincerely, Michail
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
> -------------------------------------------------------------------------- <
發信人: dwhite@gumbysoft.com (Doug White), 看板: FB_stable
標 題: Re: ACPI problem - broken debug output (WAS: how to load DSDT)
發信站: NCTU CSIE FreeBSD Server (Wed, 22 Oct 2003 22:29:11 +0000 (UTC))
轉信站: ptt!FreeBSD.csie.NCTU!not-for-mail
On Sun, 19 Oct 2003, Michail Vidiassov wrote:
> Dear Dough,
like bread dough? :)
> On Sat, 18 Oct 2003, Doug White wrote:
>
> > > But it seems acpi_dsdt_load command does not work in STABLE.
> >
> > Note that this is a loader.conf option, not a binary.
> >
> > acpi_dsdt_load="/acpi.dsdt"
> >
> Thank you,
> acpi_dsdt_load="YES"
> acpi_dsdt_name="/boot/dsdt.aml"
> acpi_dsdt_type="acpi_dsdt"
> in loader.conf solved the problem.
Yes, that looks right.
> But after I have defined ACPI_DEBUG_OUTPUT in
> /sys/contrib/dev/acpica/acconfig.h
> I have got broken debug output like
>
> Table [DSDT] - %hd Objects with %hd Devices %hd Methods %hd Regions
> %hd Devices found containing: %hd _STA, %hd _INI methods
> Initialized %hd/%hd Regions %hd/%hd Fields %hd/%hd Buffers %hd/%hd
> Packages (%hd nodes)
Typically, acpi debugging is enabled using a couple of loader tunables, as
described on acpi(4). You just need to compile with ACPI_DEBUG to get the
output functionality. I think ACPI_DEBUG_OUTPUT is some internal option
that you shouldn't be messing with directly.
--
Doug White | FreeBSD: The Power to Serve
dwhite@gumbysoft.com | www.FreeBSD.org
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"