Module Name: src Committed By: riastradh Date: Wed Jul 24 03:00:03 UTC 2013
Modified Files: src/sys/external/bsd/drm2/include/linux [riastradh-drm2]: acpi_io.h Log Message: Fill in <linux/acpi_io.h> with acpi_os_ioremap (= AcpiOsMapMemory). Define __acpi_iomem as an empty frotz to replace the Linux __iomem attribute selectively and greppably. AcpiOsMapMemory returns usable kernel virtual addresses, so we don't need to use bus_space_mumble or anything to dereference them. To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 \ src/sys/external/bsd/drm2/include/linux/acpi_io.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.