summaryrefslogtreecommitdiffstats
path: root/sys/dev/spdmem.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix DDR4 DIMM size calculation.kettenis2019-12-211-3/+3
* Add code to parse DDR4 and LPDDR3/4 SPD memories.claudio2019-12-171-4/+199
* 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