acpi(4): Fix a bug in acpi_cpu_cstate.c (we have to write, and not to read).
authorSascha Wildner <saw@online.de>
Wed, 9 Feb 2011 16:25:06 +0000 (17:25 +0100)
committerSascha Wildner <saw@online.de>
Wed, 9 Feb 2011 16:25:06 +0000 (17:25 +0100)
commit744f6957d487e57f1e5e6ed66c85a5601f48804f
treef6d22af3d8c42c6b0764a049c68a394b167f3100
parent2bbbec4260eb93e57b35f5f6273bce30b94c65fc
acpi(4): Fix a bug in acpi_cpu_cstate.c (we have to write, and not to read).

Introduced with 10f976749fd9ad2e8642ea80ce533f7416910a65. The commit message
said "Sync ACPI with FreeBSD 7.2", even though FreeBSD 7.2 doesn't seem to
have this code at all, so I'm not sure about what the idea behind that
change was. I'm guessing it is a typo, since newer FreeBSDs call
AcpiWriteBitRegister() here too.

Reported-by: Andrea Magliano <masterblaster@tiscali.it>
sys/dev/acpica5/acpi_cpu_cstate.c