OpenBSD CVS

CVS log for src/sys/dev/spdmem.c


[BACK] Up to [local] / src / sys / dev

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.7 / (download) - annotate - [select for diffs], Sat Dec 21 12:33:03 2019 UTC (4 years, 5 months ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, HEAD
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

Fix DDR4 DIMM size calculation.

ok claudio@

Revision 1.6 / (download) - annotate - [select for diffs], Tue Dec 17 08:01:36 2019 UTC (4 years, 5 months ago) by claudio
Branch: MAIN
Changes since 1.5: +199 -4 lines
Diff to previous 1.5 (colored)

Add code to parse DDR4 and LPDDR3/4 SPD memories.
Some numbers may be wrong but it a start and further fixes can
happen in tree. Especially the LPDDRx case is untested.
OK deraadt@

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 25 11:38:49 2015 UTC (9 years, 4 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

Correct a bit test for DDR2 CAS Latency and recognise CL7 and CL6.
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.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jan 19 18:38:41 2015 UTC (9 years, 4 months ago) by miod
Branch: MAIN
Changes since 1.3: +1 -2 lines
Diff to previous 1.3 (colored)

Remove dead store causing clang to warn; dhill

Revision 1.3 / (download) - annotate - [select for diffs], Tue Apr 19 21:55:25 2011 UTC (13 years, 1 month ago) by chl
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.2: +3 -5 lines
Diff to previous 1.2 (colored)

Remove dead assignments and newly created unused variables.

Found by LLVM/Clang Static Analyzer.

ok miod@ jsg@

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jun 29 09:58:23 2010 UTC (13 years, 11 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

fix a logic error found by lint

Revision 1.1 / (download) - annotate - [select for diffs], Mon Mar 22 21:20:56 2010 UTC (14 years, 2 months ago) by miod
Branch: MAIN

Split existing spdmem@i2c code into bus-agnostic spd record decoding code,
and an i2c attachment.
No functional change; ok jsg@ deraadt@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.