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