aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r--src/mainboard/asus/a88xm-e/acpi/mainboard.asl2
-rw-r--r--src/mainboard/asus/am1i-a/acpi/mainboard.asl2
-rw-r--r--src/mainboard/asus/f2a85-m/acpi/mainboard.asl2
-rw-r--r--src/mainboard/asus/f2a85-m/dsdt.asl4
4 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/asus/a88xm-e/acpi/mainboard.asl b/src/mainboard/asus/a88xm-e/acpi/mainboard.asl
index 699bc6b031..2653b0af22 100644
--- a/src/mainboard/asus/a88xm-e/acpi/mainboard.asl
+++ b/src/mainboard/asus/a88xm-e/acpi/mainboard.asl
@@ -17,4 +17,4 @@
/* Some global data */
Name(OSVR, 3) /* Assume nothing. WinXp = 1, Vista = 2, Linux = 3, WinCE = 4 */
Name(OSV, Ones) /* Assume nothing */
- Name(PMOD, One) /* Assume APIC */
+ Name(PICM, One) /* Assume APIC */
diff --git a/src/mainboard/asus/am1i-a/acpi/mainboard.asl b/src/mainboard/asus/am1i-a/acpi/mainboard.asl
index 63c7356120..074be8d0f4 100644
--- a/src/mainboard/asus/am1i-a/acpi/mainboard.asl
+++ b/src/mainboard/asus/am1i-a/acpi/mainboard.asl
@@ -12,7 +12,7 @@ Name(HPBA, 0xFED00000) /* Base address of HPET table */
/* Some global data */
Name(OSVR, 3) /* Assume nothing. WinXp = 1, Vista = 2, Linux = 3, WinCE = 4 */
Name(OSV, Ones) /* Assume nothing */
-Name(PMOD, One) /* Assume APIC */
+Name(PICM, One) /* Assume APIC */
/* AcpiGpe0Blk */
OperationRegion(GP0B, SystemMemory, 0xfed80814, 0x04)
diff --git a/src/mainboard/asus/f2a85-m/acpi/mainboard.asl b/src/mainboard/asus/f2a85-m/acpi/mainboard.asl
index e7928870f5..42db31d000 100644
--- a/src/mainboard/asus/f2a85-m/acpi/mainboard.asl
+++ b/src/mainboard/asus/f2a85-m/acpi/mainboard.asl
@@ -14,4 +14,4 @@
/* Some global data */
Name(OSVR, 3) /* Assume nothing. WinXp = 1, Vista = 2, Linux = 3, WinCE = 4 */
Name(OSV, Ones) /* Assume nothing */
- Name(PMOD, One) /* Assume APIC */
+ Name(PICM, One) /* Assume APIC */
diff --git a/src/mainboard/asus/f2a85-m/dsdt.asl b/src/mainboard/asus/f2a85-m/dsdt.asl
index 3f72eb105e..7b52fb6cbe 100644
--- a/src/mainboard/asus/f2a85-m/dsdt.asl
+++ b/src/mainboard/asus/f2a85-m/dsdt.asl
@@ -52,7 +52,7 @@ DefinitionBlock (
Name(_ADR, 0x00150000)
Name(_PRW, Package() {0x18, 4})
Method(_PRT,0) {
- If(PMOD){ Return(ABR0) } /* APIC mode */
+ If(PICM){ Return(ABR0) } /* APIC mode */
Return (PBR0) /* PIC mode */
}
}
@@ -61,7 +61,7 @@ DefinitionBlock (
Name(_ADR, 0x00150001)
Name(_PRW, Package() {0x18, 4})
Method(_PRT, 0) {
- If(PMOD){ Return(ABR1) } /* APIC mode */
+ If(PICM){ Return(ABR1) } /* APIC mode */
Return (PBR1) /* PIC mode */
}
}