Module Name: src Committed By: thorpej Date: Fri Apr 30 02:24:06 UTC 2021
Modified Files: src/sys/arch/shark/conf: GENERIC files.shark Added Files: src/sys/arch/shark/shark: shark_iic.c Log Message: Driver for the I2C bus used for RAM serial presence detection. This I2C interface is implemented by bit-banging a couple of GPIO pins on the Sequoia core logic used in the Shark. Heavy lifting by Julian Coleman, and minor tweaks and a different autoconfiguration scheme by me. To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140 src/sys/arch/shark/conf/GENERIC cvs rdiff -u -r1.23 -r1.24 src/sys/arch/shark/conf/files.shark cvs rdiff -u -r0 -r1.1 src/sys/arch/shark/shark/shark_iic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.