Dear All, I have tried ACPI support in FreeBSD 4.9-RC1, and experienced all the symptoms of PR kern/48494 (floppy problem on ABIT motherboard, Store(Local0, Local0) in AML). The PR discussion contains a patch for AML. But it seems acpi_dsdt_load command does not work in STABLE. Is there a workaround? How do I load my DSDT? Sincerely, Michail
On Sun, 19 Oct 2003, Michail Vidiassov wrote:> Dear All, > I have tried ACPI support in FreeBSD 4.9-RC1, and experienced > all the symptoms of PR kern/48494 (floppy problem on ABIT motherboard, > Store(Local0, Local0) in AML). > The PR discussion contains a patch for AML. > 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" -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org
Michail Vidiassov
2003-Oct-19 21:04 UTC
ACPI problem - broken debug output (WAS: how to load DSDT)
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