summaryrefslogtreecommitdiff
path: root/Board/IO/F81866/ACPI/Uart5.ASL
diff options
context:
space:
mode:
Diffstat (limited to 'Board/IO/F81866/ACPI/Uart5.ASL')
-rw-r--r--Board/IO/F81866/ACPI/Uart5.ASL30
1 files changed, 15 insertions, 15 deletions
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()
})