Module Name: src Committed By: jmcneill Date: Tue Dec 31 12:27:50 UTC 2019
Modified Files: src/sys/dev/acpi: acpi.c acpi_resource.c acpivar.h Log Message: Fetch bus_dma tags when acpi devnodes are created. They do not change and this allows MD code to create more complex tags without being concerned with the tag being destroyed later. While here, capture translations offsets for address32/address64 resources. To generate a diff of this commit: cvs rdiff -u -r1.281 -r1.282 src/sys/dev/acpi/acpi.c cvs rdiff -u -r1.38 -r1.39 src/sys/dev/acpi/acpi_resource.c cvs rdiff -u -r1.78 -r1.79 src/sys/dev/acpi/acpivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.