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/Uart5.ASL | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'Board/IO/F81866/ACPI/Uart5.ASL') diff --git a/Board/IO/F81866/ACPI/Uart5.ASL b/Board/IO/F81866/ACPI/Uart5.ASL index 8493c6a..76fd3a3 100644 --- a/Board/IO/F81866/ACPI/Uart5.ASL +++ b/Board/IO/F81866/ACPI/Uart5.ASL @@ -73,30 +73,30 @@ Device(UAR5) { //----------------------------------------------------------------------- Name(_PRS, ResourceTemplate() { StartDependentFn(0, 0) { - IO(Decode16, 0x2F0, 0x2F0, 1, 8) + IO(Decode16, 0x278, 0x278, 1, 8) IRQ(Level,ActiveLow,Shared) {10} DMA(Compatibility, NotBusMaster, Transfer8) {} } StartDependentFnNoPri() { - IO(Decode16, 0x3E8, 0x3E8, 1, 8) - IRQ(Level,ActiveLow,Shared) {3,4,5,6,7,10,11,12} + IO(Decode16, 0x278, 0x278, 1, 8) + IRQ(Level,ActiveLow,Shared) {10} 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} + IO(Decode16, 0x270, 0x270, 1, 8) + IRQ(Level,ActiveLow,Shared) {10} 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