Date: Sun, 26 Dec 2004 22:20:43 -0800 From: Nate Lawson <nate@root.org> To: Nikolas Britton <freebsd@nbritton.org> Cc: Uwe Laverenz <uwe@laverenz.de> Subject: Re: Armada 17xx, ACPI thermal management broken. Message-ID: <41CFA9BB.2020603@root.org> In-Reply-To: <41CFA6E8.3050502@nbritton.org> References: <41C81621.50906@nbritton.org> <20041221144829.GA5859@laverenz.de> <41C9D389.9030602@nbritton.org> <20041223055516.GF795@brianna.laverenz.de> <41CA8B3A.2060803@nbritton.org> <41CF9088.70900@root.org> <41CF9595.9050604@nbritton.org> <41CFA6E8.3050502@nbritton.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Nikolas Britton wrote: > I can't find his name or email address anywhere BUT I think I can do one > better then that. Here are two ASL's that where uploaded to the > ACPI4Linux project: > > http://acpi.sourceforge.net/dsdt/tables/Compaq/Armada_1750/Compaq-Armada_1750-686EM_99.1130_A-custom.asl.gz > > http://acpi.sourceforge.net/dsdt/tables/Compaq/Armada_1700_1750_3500/Compaq-Armada_1700_1750_3500-686EM_99.1130_A-custom.asl.gz > > http://acpi.sourceforge.net/dsdt/tables/Compaq/Armada_1700_1750_3500/Compaq-Armada_1700_1750_3500-686EM_99.1130_A-original.asl.gz > > Again, here is a copy of my asl dump: > http://www.nbritton.org/uploads/compaq/armada_17xx.asl I've attached the diff between the two versions for history. But all you have to do is download the patched ASL ("Compaq-Armada_1700_1750_3500-686EM_99.1130_A-custom.asl") and compile/override it. See the handbook or "man acpi" for steps, but the short of it is: iasl Compaq-Armada_1700_1750_3500-686EM_99.1130_A-custom.asl cp DSDT.aml /boot And add to /boot/loader.conf: acpi_dsdt_load="YES" acpi_dsdt_name="/boot/DSDT.aml" This will load your custom AML at boot time. -- Nate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41CFA9BB.2020603>