diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-11-15 21:09:57 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-11-15 21:09:57 +0000 |
commit | 20c3d77d98481f62df4f54cd2b546170a81fe449 (patch) | |
tree | cdd3661f527561fc07c290244038554cc48eca32 /src/mainboard/getac/p470 | |
parent | c2bf26d2477aee7d606a5933017f9f98f4e82303 (diff) |
fix random breakage
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6075 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/getac/p470')
-rw-r--r-- | src/mainboard/getac/p470/acpi/superio.asl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/getac/p470/acpi/superio.asl b/src/mainboard/getac/p470/acpi/superio.asl index 95cd1c1ed7..e84c204d98 100644 --- a/src/mainboard/getac/p470/acpi/superio.asl +++ b/src/mainboard/getac/p470/acpi/superio.asl @@ -114,7 +114,7 @@ Device (SIO1) Method(_CRS, 0) { Name(NONE, ResourceTemplate() { - IO(Decode16, 0x000, 0x000, 0x0, 0x0) + IO(Decode16, 0x000, 0x000, 0x0, 0x1) IRQNoFlags() { } }) @@ -269,7 +269,7 @@ Device (SIO1) Method(_CRS, 0) { Name(NONE, ResourceTemplate() { - IO(Decode16, 0x000, 0x000, 0x0, 0x0) + IO(Decode16, 0x000, 0x000, 0x0, 0x1) IRQNoFlags() { } }) @@ -423,7 +423,7 @@ Device (SIO1) Method(_CRS, 0) { Name(NONE, ResourceTemplate() { - IO(Decode16, 0x000, 0x000, 0x0, 0x0) + IO(Decode16, 0x000, 0x000, 0x0, 0x1) IRQNoFlags() { } }) @@ -575,7 +575,7 @@ Device (SIO1) Method(_CRS, 0) { Name(NONE, ResourceTemplate() { - IO(Decode16, 0x000, 0x000, 0x0, 0x0) + IO(Decode16, 0x000, 0x000, 0x0, 0x1) IRQNoFlags() { } }) |