Module Name: src Committed By: jmcneill Date: Sat Dec 14 12:52:39 UTC 2024
Modified Files: src/sys/dev/acpi: acpi_i2c.c Log Message: acpi: i2c: Honour accessor type attribute in GSB handler. The accessor type attribute in a GSB field defines how the I2C transaction should look. Add support for AttribQuick, AttribSendReceive, AttribByte, AttribWord, AttribBlock, and AttribBytes. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/acpi/acpi_i2c.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.