Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev



Module Name:    src
Committed By:   msaitoh
Date:           Fri Sep  9 05:36:59 UTC 2016

Modified Files:
        src/sys/dev/i2c: spdmem_i2c.c
        src/sys/dev/ic: spdmem.c

Log Message:
 Add code to select page "0" for DDR4 and newer SPD ROM. If the value readed
is not suitable as SPD ROM, try to select page 0 and try again. The passed
arguments of iic_exec(SPDCTL_SPA) might not be correct and/or our API of
iic_exec() should be improved. See the comment for the detail.

Use this change until we find a better (or correct?) way.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/i2c/spdmem_i2c.c
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/ic/spdmem.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index