CVS commit: [thorpej-i2c-spi-conf2] src/sys/dev/i2c

2021-08-09 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Aug 9 12:36:14 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-i2c-spi-conf2]: ihidev.c Log Message: Use the same idiom to cast the ACPI_HANDLE to uint64_t as other drivers when passing it to acpi_intr_establish(). XXX Th

CVS commit: [thorpej-i2c-spi-conf2] src/sys/dev/i2c

2021-08-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Aug 9 01:09:41 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-i2c-spi-conf2]: i2c.c Log Message: In iic_close(), mark the "sc" variable as __diagused. To generate a diff of this commit: cvs rdiff -u -r1.80.2.1 -r1.80.2.

CVS commit: [thorpej-i2c-spi-conf2] src/sys/dev/i2c

2021-08-08 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Aug 9 00:57:56 UTC 2021 Modified Files: src/sys/dev/i2c [thorpej-i2c-spi-conf2]: i2cmux.c Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.6.2.1 -r1.6.2.2 src/sys/dev/i2c/i2cmux.c Please note tha