Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-9] src/sys/dev/acpi
Module Name: src
Committed By: martin
Date: Wed Aug 3 15:44:24 UTC 2022
Modified Files:
src/sys/dev/acpi [netbsd-9]: thinkpad_acpi.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1490):
sys/dev/acpi/thinkpad_acpi.c: revision 1.48
With the recent change of the EC address space handler, we no longer get
an ACPI_INTEGER in host byte order but a byte sized buffer with little
endian data.
Extract only the low 8 bits from buffer to get the fan speed again.
To generate a diff of this commit:
cvs rdiff -u -r1.46.24.1 -r1.46.24.2 src/sys/dev/acpi/thinkpad_acpi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index