From 53ca8efebbb8d02beb799ac4cfe42e0caf8e817f Mon Sep 17 00:00:00 2001 From: raywu Date: Tue, 26 Jun 2018 10:44:21 +0800 Subject: Spec. Changed - Support LPT --- Board/IO/F81866/ACPI/LPTE.ASL | 16 ++++++++-------- Board/IO/F81866/ACPI/Uart5.ASL | 6 +++--- Board/IO/F81866/ACPI/Uart6.ASL | 6 +++--- 3 files changed, 14 insertions(+), 14 deletions(-) (limited to 'Board/IO') diff --git a/Board/IO/F81866/ACPI/LPTE.ASL b/Board/IO/F81866/ACPI/LPTE.ASL index 5bbf0f8..4dcc6db 100644 --- a/Board/IO/F81866/ACPI/LPTE.ASL +++ b/Board/IO/F81866/ACPI/LPTE.ASL @@ -117,19 +117,19 @@ Device(LPTE) { // IRQ StartDependentFn(0,0) { IO(Decode16, 0x378, 0x378, 1, 8) - IRQNoFlags() {5} + IRQNoFlags() {7} } StartDependentFnNoPri() { IO(Decode16, 0x378, 0x378, 1, 8) - IRQNoFlags() {5,6,7,10,11,12} + IRQNoFlags() {7} } StartDependentFnNoPri() { IO(Decode16, 0x278, 0x278, 1, 8) - IRQNoFlags() {5,6,7,10,11,12} + IRQNoFlags() {7} } StartDependentFnNoPri() { IO(Decode16, 0x3BC, 0x3BC, 1, 4) - IRQNoFlags() {5,6,7,10,11,12} + IRQNoFlags() {7} } // No IRQ // StartDependentFnNoPri() { @@ -154,25 +154,25 @@ Device(LPTE) { StartDependentFn(0, 0) { IO(Decode16, 0x378, 0x378, 1, 8) IO(Decode16, 0x778, 0x778, 1, 8) - IRQNoFlags() {5} + IRQNoFlags() {7} DMA(Compatibility, NotBusMaster, Transfer8) {3} } StartDependentFnNoPri() { IO(Decode16, 0x378, 0x378, 1, 8) IO(Decode16, 0x778, 0x778, 1, 8) - IRQNoFlags() {5,6,7,10,11,12} + IRQNoFlags() {7} DMA(Compatibility, NotBusMaster, Transfer8) {1,3} } StartDependentFnNoPri() { IO(Decode16, 0x278, 0x278, 1, 8) IO(Decode16, 0x678, 0x678, 1, 8) - IRQNoFlags() {5,6,7,10,11,12} + IRQNoFlags() {7} DMA(Compatibility, NotBusMaster, Transfer8) {1,3} } StartDependentFnNoPri() { IO(Decode16, 0x3BC, 0x3BC, 1, 4) IO(Decode16, 0x7BC, 0x7BC, 1, 4) - IRQNoFlags() {5,6,7,10,11,12} + IRQNoFlags() {7} DMA(Compatibility, NotBusMaster, Transfer8) {1,3} } // No IRQ diff --git a/Board/IO/F81866/ACPI/Uart5.ASL b/Board/IO/F81866/ACPI/Uart5.ASL index 76fd3a3..38bd85d 100644 --- a/Board/IO/F81866/ACPI/Uart5.ASL +++ b/Board/IO/F81866/ACPI/Uart5.ASL @@ -74,17 +74,17 @@ Device(UAR5) { Name(_PRS, ResourceTemplate() { StartDependentFn(0, 0) { IO(Decode16, 0x278, 0x278, 1, 8) - IRQ(Level,ActiveLow,Shared) {10} + IRQ(Level,ActiveLow,Shared) {11} DMA(Compatibility, NotBusMaster, Transfer8) {} } StartDependentFnNoPri() { IO(Decode16, 0x278, 0x278, 1, 8) - IRQ(Level,ActiveLow,Shared) {10} + IRQ(Level,ActiveLow,Shared) {11} DMA(Compatibility, NotBusMaster, Transfer8) {} } StartDependentFnNoPri() { IO(Decode16, 0x270, 0x270, 1, 8) - IRQ(Level,ActiveLow,Shared) {10} + IRQ(Level,ActiveLow,Shared) {11} DMA(Compatibility, NotBusMaster, Transfer8) {} } // StartDependentFnNoPri() { diff --git a/Board/IO/F81866/ACPI/Uart6.ASL b/Board/IO/F81866/ACPI/Uart6.ASL index fca3c09..055a647 100644 --- a/Board/IO/F81866/ACPI/Uart6.ASL +++ b/Board/IO/F81866/ACPI/Uart6.ASL @@ -74,17 +74,17 @@ Device(UAR6) { Name(_PRS, ResourceTemplate() { StartDependentFn(0, 0) { IO(Decode16, 0x270, 0x270, 1, 8) - IRQ(Level,ActiveLow,Shared) {10} + IRQ(Level,ActiveLow,Shared) {11} DMA(Compatibility, NotBusMaster, Transfer8) {} } StartDependentFnNoPri() { IO(Decode16, 0x278, 0x278, 1, 8) - IRQ(Level,ActiveLow,Shared) {10} + IRQ(Level,ActiveLow,Shared) {11} DMA(Compatibility, NotBusMaster, Transfer8) {} } StartDependentFnNoPri() { IO(Decode16, 0x270, 0x270, 1, 8) - IRQ(Level,ActiveLow,Shared) {10} + IRQ(Level,ActiveLow,Shared) {11} DMA(Compatibility, NotBusMaster, Transfer8) {} } // StartDependentFnNoPri() { -- cgit v1.2.3