aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-05-03 17:16:40 +0000
committerWarner Losh <imp@FreeBSD.org>2003-05-03 17:16:40 +0000
commitd2d8d8cf9db098a358267920e18333c2d8d92109 (patch)
tree7461f1712d90e2dad9cdea0e39301489da8715df /sys/contrib
parent40feca3a9979694e450bf3da5bbc6cf192ce878b (diff)
parent0f78c17f6f087ccc6ce4cd9f0e8f293f5e1bf30d (diff)
Notes
Diffstat (limited to 'sys/contrib')
-rw-r--r--sys/contrib/dev/acpica/hwregs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/hwregs.c b/sys/contrib/dev/acpica/hwregs.c
index 8f3cd187acf6..6b74e279da51 100644
--- a/sys/contrib/dev/acpica/hwregs.c
+++ b/sys/contrib/dev/acpica/hwregs.c
@@ -186,7 +186,7 @@ AcpiHwClearAcpiStatus (void)
for (i = 0; i < GpeBlock->RegisterCount; i++)
{
Status = AcpiHwLowLevelWrite (8, 0xFF,
- &GpeBlock->RegisterInfo[i].StatusAddress, (UINT32) i);
+ &GpeBlock->RegisterInfo[i].StatusAddress, (UINT32) 0);
if (ACPI_FAILURE (Status))
{
goto UnlockAndExit;