From 20c3d77d98481f62df4f54cd2b546170a81fe449 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 15 Nov 2010 21:09:57 +0000 Subject: fix random breakage Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6075 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/roda/rk886ex/acpi/superio.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/roda/rk886ex/acpi') diff --git a/src/mainboard/roda/rk886ex/acpi/superio.asl b/src/mainboard/roda/rk886ex/acpi/superio.asl index 31cb44ad64..184ff29dd2 100644 --- a/src/mainboard/roda/rk886ex/acpi/superio.asl +++ b/src/mainboard/roda/rk886ex/acpi/superio.asl @@ -116,7 +116,7 @@ Device (SIO1) Method(_CRS, 0) { Name(NONE, ResourceTemplate() { - IO(Decode16, 0x000, 0x000, 0x0, 0x0) + IO(Decode16, 0x000, 0x000, 0x0, 0x1) IRQNoFlags() { } }) @@ -275,7 +275,7 @@ Device (SIO1) Method(_CRS, 0) { Name(NONE, ResourceTemplate() { - IO(Decode16, 0x000, 0x000, 0x0, 0x0) + IO(Decode16, 0x000, 0x000, 0x0, 0x1) IRQNoFlags() { } }) -- cgit v1.2.3