diff options
author | raywu <raywu@aaeon.com> | 2018-06-26 10:44:21 +0800 |
---|---|---|
committer | raywu <raywu@aaeon.com> | 2018-06-26 10:44:21 +0800 |
commit | 53ca8efebbb8d02beb799ac4cfe42e0caf8e817f (patch) | |
tree | adeef75c866d3979e3c1f9608d6bd7dc9800e6a3 /Board/IO/F81866 | |
parent | 2ed50a0fc510367ccbacc19427a5bcc60873df1e (diff) | |
download | zprj-53ca8efebbb8d02beb799ac4cfe42e0caf8e817f.tar.xz |
Spec. Changed - Support LPT
Diffstat (limited to 'Board/IO/F81866')
-rw-r--r-- | Board/IO/F81866/ACPI/LPTE.ASL | 16 | ||||
-rw-r--r-- | Board/IO/F81866/ACPI/Uart5.ASL | 6 | ||||
-rw-r--r-- | Board/IO/F81866/ACPI/Uart6.ASL | 6 |
3 files changed, 14 insertions, 14 deletions
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() { |