Module Name: src Committed By: thorpej Date: Sun Jun 17 15:06:27 UTC 2018
Modified Files: src/sys/sys: device.h Log Message: Add slightly-more generalized version of the "of_compat_data" structure called "device_compatible_entry". It performs a similar function, but instead of one "compatible" string per entry, it takes an array of "comaptible" strings per entry. Also included are macros for initializing an array of these entries and accessing data embedded in them. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/sys/sys/device.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.