summaryrefslogtreecommitdiffstats
path: root/sys/dev/spdmem.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correct a bit test for DDR2 CAS Latency and recognise CL7 and CL6.jsg2015-01-251-3/+3
* Remove dead store causing clang to warn; dhillmiod2015-01-191-2/+1
* Remove dead assignments and newly created unused variables.chl2011-04-191-5/+3
* fix a logic error found by lintjsg2010-06-291-2/+2
* Split existing spdmem@i2c code into bus-agnostic spd record decoding code,miod2010-03-221-0/+794