diff options
Diffstat (limited to 'src/acpi')
-rw-r--r-- | src/acpi/dsdt_top.asl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/acpi/dsdt_top.asl b/src/acpi/dsdt_top.asl index 4fbbec5659..1ae933e95d 100644 --- a/src/acpi/dsdt_top.asl +++ b/src/acpi/dsdt_top.asl @@ -10,11 +10,11 @@ /* Operating system enumeration. */ Name (OSYS, 0) -/* Zero => PIC mode, One => APIC Mode */ +/* Zero => PIC mode, 1 => APIC Mode */ Name (PICM, Zero) /* Power state (AC = 1) */ -Name (PWRS, One) +Name (PWRS, 1) /* * The _PIC method is called by the OS to choose between interrupt |