diff options
author | Gleb Natapov <gleb@redhat.com> | 2009-02-12 09:57:05 +0200 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2009-02-12 17:45:03 -0200 |
commit | 49382909021fc59f797f0a5a6ac558aecd89021e (patch) | |
tree | 243695fd683c06b2a5a6cf4dd8ab3854de111eb1 /bios | |
parent | edf1fd57c68ab6eb0cca04a7fa49842bb35a7cab (diff) |
Use reserved STS bits from PIIX4 chipset to avoid clash in the future
commit ce24869570262dd53a7bbbdae7e633da0875e9ab
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Acked-by: Marcelo Tosatti <mtosatti@redhat.com>
Acked-by: Glauber Costa <glommer@redhat.com>
Bugzilla: 485291
Diffstat (limited to 'bios')
-rwxr-xr-x | bios/acpi-dsdt.dsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bios/acpi-dsdt.dsl b/bios/acpi-dsdt.dsl index 7a7f66b5..1ecbbc51 100755 --- a/bios/acpi-dsdt.dsl +++ b/bios/acpi-dsdt.dsl @@ -746,7 +746,7 @@ DefinitionBlock ( Name(_HID, "ACPI0006") Method(_L00) { - Return(\_PR.PRSC()) + Return(0x01) } #define gen_pci_hotplug(nr) \ @@ -794,7 +794,7 @@ DefinitionBlock ( } Method(_L02) { - Return(0x01) + Return(\_PR.PRSC()) } Method(_L03) { Return(0x01) |