summaryrefslogtreecommitdiffstats
path: root/sys/dev/spdmem.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correct a bit test for DDR2 CAS Latency and recognise CL7 and CL6.jsg2015-01-251-3/+3
| | | | | | | While the spec only mentions bits for CL5->CL2 with the other bits being marked 'TBD' it seems likely they are used now. From David Vasek.
* 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
| | | | | | Found by LLVM/Clang Static Analyzer. ok miod@ jsg@
* 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
and an i2c attachment. No functional change; ok jsg@ deraadt@