From b06cc7b74aee095a1c8e810f0f93e2cae626f820 Mon Sep 17 00:00:00 2001 From: raywu Date: Tue, 19 Jun 2018 18:32:59 +0800 Subject: Adjust IRQ Assignment --- Board/IO/F81866/ACPI/Uart3.ASL | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'Board/IO/F81866/ACPI/Uart3.ASL') diff --git a/Board/IO/F81866/ACPI/Uart3.ASL b/Board/IO/F81866/ACPI/Uart3.ASL index 70b5f1c..0e2a97f 100644 --- a/Board/IO/F81866/ACPI/Uart3.ASL +++ b/Board/IO/F81866/ACPI/Uart3.ASL @@ -80,29 +80,29 @@ Device(UAR3) { Name(_PRS, ResourceTemplate() { StartDependentFn(0, 0) { IO(Decode16, 0x3E8, 0x3E8, 1, 8) - IRQ(Level,ActiveLow,Shared) {7} + IRQ(Level,ActiveLow,Shared) {11} DMA(Compatibility, NotBusMaster, Transfer8) {} } StartDependentFnNoPri() { IO(Decode16, 0x3E8, 0x3E8, 1, 8) - IRQ(Level,ActiveLow,Shared) {3,4,5,6,7,10,11,12} + IRQ(Level,ActiveLow,Shared) {11} DMA(Compatibility, NotBusMaster, Transfer8) {} } StartDependentFnNoPri() { IO(Decode16, 0x2E8, 0x2E8, 1, 8) - IRQ(Level,ActiveLow,Shared) {3,4,5,6,7,10,11,12} - DMA(Compatibility, NotBusMaster, Transfer8) {} - } - StartDependentFnNoPri() { - IO(Decode16, 0x2F0, 0x2F0, 1, 8) - IRQ(Level,ActiveLow,Shared) {3,4,5,6,7,10,11,12} - DMA(Compatibility, NotBusMaster, Transfer8) {} - } - StartDependentFnNoPri() { - IO(Decode16, 0x2E0, 0x2E0, 1, 8) - IRQ(Level,ActiveLow,Shared) {3,4,5,6,7,10,11,12} + IRQ(Level,ActiveLow,Shared) {11} DMA(Compatibility, NotBusMaster, Transfer8) {} } +// StartDependentFnNoPri() { +// IO(Decode16, 0x2F0, 0x2F0, 1, 8) +// IRQ(Level,ActiveLow,Shared) {3,4,5,6,7,10,11,12} +// DMA(Compatibility, NotBusMaster, Transfer8) {} +// } +// StartDependentFnNoPri() { +// IO(Decode16, 0x2E0, 0x2E0, 1, 8) +// IRQ(Level,ActiveLow,Shared) {3,4,5,6,7,10,11,12} +// DMA(Compatibility, NotBusMaster, Transfer8) {} +// } EndDependentFn() }) -- cgit v1.2.3