summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-07-13 22:50:30 +0000
committernjl <njl@FreeBSD.org>2003-07-13 22:50:30 +0000
commitcdeb778dc4e5a412f52a3fa942ac477dba9620ec (patch)
treed3e30eab5dc597072e44fdd58cec3cd5472cd1f1 /sys
parent7a736aff834dbae8b7965aeda57c3dba98eec2b9 (diff)
parentc4034d25acabbab30d3e149bd413344c97df444f (diff)
downloadFreeBSD-src-cdeb778dc4e5a412f52a3fa942ac477dba9620ec.zip
FreeBSD-src-cdeb778dc4e5a412f52a3fa942ac477dba9620ec.tar.gz
This commit was generated by cvs2svn to compensate for changes in r117525,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sys')
-rw-r--r--sys/contrib/dev/acpica/hwregs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/hwregs.c b/sys/contrib/dev/acpica/hwregs.c
index 19cdb81..e4a55d3 100644
--- a/sys/contrib/dev/acpica/hwregs.c
+++ b/sys/contrib/dev/acpica/hwregs.c
@@ -503,8 +503,8 @@ AcpiSetRegister (
ACPI_REGISTER_INSERT_VALUE (RegisterValue, BitRegInfo->BitPosition,
BitRegInfo->AccessBitMask, Value);
- Status = AcpiHwRegisterWrite (ACPI_MTX_DO_NOT_LOCK, RegisterId,
- (UINT16) RegisterValue);
+ Status = AcpiHwRegisterWrite (ACPI_MTX_DO_NOT_LOCK,
+ ACPI_REGISTER_PM1_CONTROL, (UINT16) RegisterValue);
break;
OpenPOWER on IntegriCloud