aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2012-12-15 09:29:43 -0500
committerKevin O'Connor <kevin@koconnor.net>2012-12-15 09:29:43 -0500
commita810e4e72a0d42c7bc04eda57382f8e019add901 (patch)
tree27aab6320bb88083a16b86ff7a437b1b7e7145d9
parentf64a472a481784231fbf8541825501df411b11d1 (diff)
downloadseabios-a810e4e72a0d42c7bc04eda57382f8e019add901.zip
seabios-a810e4e72a0d42c7bc04eda57382f8e019add901.tar.gz
seabios-a810e4e72a0d42c7bc04eda57382f8e019add901.tar.bz2
acpi: Use prt_slot() macro to describe irq pins of first PCI device.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--src/acpi-dsdt.dsl5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/acpi-dsdt.dsl b/src/acpi-dsdt.dsl
index b58ef62..158f6b4 100644
--- a/src/acpi-dsdt.dsl
+++ b/src/acpi-dsdt.dsl
@@ -187,10 +187,7 @@ DefinitionBlock (
prt_slot0(0x0000),
/* Device 1 is power mgmt device, and can only use irq 9 */
- Package() { 0x1ffff, 0, LNKS, 0 },
- Package() { 0x1ffff, 1, LNKB, 0 },
- Package() { 0x1ffff, 2, LNKC, 0 },
- Package() { 0x1ffff, 3, LNKD, 0 },
+ prt_slot(0x0001, LNKS, LNKB, LNKC, LNKD),
prt_slot2(0x0002),
prt_slot3(0x0003),
prt_slot0(0x0004),