Module Name: src Committed By: riastradh Date: Sun Dec 19 12:37:07 UTC 2021
Modified Files: src/sys/external/bsd/drm2/include/linux: ioport.h Log Message: drm: Make resource_size return resource_size_t like Linux. Because Linux uses resource_size_t for absolute bus addresses, it is actually bus_addr_t rather than bus_size_t. So using bus_size_t here causes trouble with the i915 range_overflows macro, which verifies that types match. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/drm2/include/linux/ioport.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.