summaryrefslogtreecommitdiff
path: root/bios
diff options
context:
space:
mode:
authorGleb Natapov <gleb@redhat.com>2009-02-12 09:57:05 +0200
committerEduardo Habkost <ehabkost@redhat.com>2009-02-12 17:45:03 -0200
commit49382909021fc59f797f0a5a6ac558aecd89021e (patch)
tree243695fd683c06b2a5a6cf4dd8ab3854de111eb1 /bios
parentedf1fd57c68ab6eb0cca04a7fa49842bb35a7cab (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-xbios/acpi-dsdt.dsl4
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)