Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/acpi/acpica
Module Name: src
Committed By: riastradh
Date: Fri Dec 31 17:22:15 UTC 2021
Modified Files:
src/sys/dev/acpi/acpica: OsdHardware.c
Log Message:
acpi(9): Return full 64-bit object to caller in PCI config read.
The value of the object will be as small as requested, but the whole
uint64_t object will be written as the caller of a space handler
expects, instead of just part of it.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/acpi/acpica/OsdHardware.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