Module Name: src Committed By: martin Date: Sat Nov 16 16:26:17 UTC 2019
Modified Files: src/sys/dev/i2c [netbsd-8]: spdmem_i2c.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1442): sys/dev/i2c/spdmem_i2c.c: revision 1.14 Use 1-byte data-buffers when writing to the "control" device for the SPD ROMs (we do this for page-selection). The imcsmb doesn't support zero-byte transfers. With this, I'm able to get the data for all 8 of my DIMMs (on two different imcsmb busses) using the spdmem(4) driver. And the data decodes correctly using the decode-dimms utility (from the linux i2ctools). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.13.8.1 src/sys/dev/i2c/spdmem_i2c.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.