aboutsummaryrefslogtreecommitdiff
path: root/src/acpi-dsdt.dsl
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-12-30 12:36:22 -0500
committerKevin O'Connor <kevin@koconnor.net>2009-12-30 12:36:22 -0500
commit5c99b6c984682ddb1d4543a7e27a1f4ca633e6a6 (patch)
tree3ad342f0a0e1f05c045889c8cfcea99e38589c7f /src/acpi-dsdt.dsl
parent29f4b912009fca759a91d0c3d1080105945b2b6e (diff)
downloadseabios-hppa-5c99b6c984682ddb1d4543a7e27a1f4ca633e6a6.zip
seabios-hppa-5c99b6c984682ddb1d4543a7e27a1f4ca633e6a6.tar.gz
seabios-hppa-5c99b6c984682ddb1d4543a7e27a1f4ca633e6a6.tar.bz2
Commit compiled dsdt file; misc comment updates.
Commit new dsdt with recent changes. Add some misc comments. Also, fix uninitialized warning in mptable code.
Diffstat (limited to 'src/acpi-dsdt.dsl')
-rw-r--r--src/acpi-dsdt.dsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/acpi-dsdt.dsl b/src/acpi-dsdt.dsl
index 2bede25..cc31112 100644
--- a/src/acpi-dsdt.dsl
+++ b/src/acpi-dsdt.dsl
@@ -58,6 +58,7 @@ DefinitionBlock (
#define prt_slot2(nr) prt_slot(nr, LNKB, LNKC, LNKD, LNKA)
#define prt_slot3(nr) prt_slot(nr, LNKC, LNKD, LNKA, LNKB)
prt_slot0(0x0000),
+ /* Device 1 is power mgmt device, and can only use irq 9 */
Package() { 0x0001ffff, 0, 0, 9 },
Package() { 0x0001ffff, 1, LNKB, 0 },
Package() { 0x0001ffff, 2, LNKC, 0 },