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/F81216/ACPI/Uart4.ASL | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'Board/IO/F81216/ACPI/Uart4.ASL') diff --git a/Board/IO/F81216/ACPI/Uart4.ASL b/Board/IO/F81216/ACPI/Uart4.ASL index b96d81c..e012c26 100644 --- a/Board/IO/F81216/ACPI/Uart4.ASL +++ b/Board/IO/F81216/ACPI/Uart4.ASL @@ -57,30 +57,30 @@ Device(UR14) { //----------------------------------------------------------------------- Name(_PRS, ResourceTemplate() { StartDependentFn(0, 0) { - IO(Decode16, 0x278, 0x278, 1, 8) - IRQ(Level,ActiveLow,Shared) {11} + IO(Decode16, 0x2D0, 0x2D0, 1, 8) + IRQ(Level,ActiveLow,Shared) {5} DMA(Compatibility, NotBusMaster, Transfer8) {} } StartDependentFnNoPri() { - IO(Decode16, 0x260, 0x260, 1, 8) - IRQ(Level,ActiveLow,Shared) {10,11,12} + IO(Decode16, 0x2D8, 0x2D8, 1, 8) + IRQ(Level,ActiveLow,Shared) {5} DMA(Compatibility, NotBusMaster, Transfer8) {} } StartDependentFnNoPri() { - IO(Decode16, 0x268, 0x268, 1, 8) - IRQ(Level,ActiveLow,Shared) {10,11,12} - DMA(Compatibility, NotBusMaster, Transfer8) {} - } - StartDependentFnNoPri() { - IO(Decode16, 0x270, 0x270, 1, 8) - IRQ(Level,ActiveLow,Shared) {10,11,12} - DMA(Compatibility, NotBusMaster, Transfer8) {} - } - StartDependentFnNoPri() { - IO(Decode16, 0x278, 0x278, 1, 8) - IRQ(Level,ActiveLow,Shared) {10,11,12} + IO(Decode16, 0x2D0, 0x2D0, 1, 8) + IRQ(Level,ActiveLow,Shared) {5} DMA(Compatibility, NotBusMaster, Transfer8) {} } +// StartDependentFnNoPri() { +// IO(Decode16, 0x270, 0x270, 1, 8) +// IRQ(Level,ActiveLow,Shared) {10,11,12} +// DMA(Compatibility, NotBusMaster, Transfer8) {} +// } +// StartDependentFnNoPri() { +// IO(Decode16, 0x278, 0x278, 1, 8) +// IRQ(Level,ActiveLow,Shared) {10,11,12} +// DMA(Compatibility, NotBusMaster, Transfer8) {} +// } EndDependentFn() }) -- cgit v1.2.3