index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
spdmem.c
Age
Commit message (
Expand
)
Author
2020-04-14
Pull up following revision(s) (requested by msaitoh in ticket #832):
martin
2019-04-07
Fix spelling of symeti^Hric
pgoyette
2018-12-27
Print rank on DDR4.
msaitoh
2018-12-26
- Fix DDR4's rows and columns value.
msaitoh
2017-10-24
Print "ECC" or "no ECC" for DDR4.
msaitoh
2017-10-16
simplify previous.
christos
2017-10-16
dedup
christos
2017-10-16
A part number field of DDR3 and DDR4 is not NUL terminated. All unused chars
msaitoh
2017-01-18
- Move __DDR4_VALUE()'s comment to the correct position.
msaitoh
2017-01-11
fix off by one.
maya
2016-09-09
Add code to select page "0" for DDR4 and newer SPD ROM. If the value read
msaitoh
2016-01-05
Check whether iic_exec is failed or not.
msaitoh
2015-12-24
- Add DDR4E, LPDDR3 and LPDDR4.
msaitoh
2015-12-08
Update calculations for DDR4 devices. This gets 1066MHz modules to
pgoyette
2015-12-07
Bugfixes
msaitoh
2015-12-06
KNF.
msaitoh
2015-12-05
Use the DDR4 rows and columns fields when printing DDR4 data
pgoyette
2015-12-05
Calculated CRC is for bytes from 0 to 125 on DDR4. Now we can attach spdmem
msaitoh
2015-05-15
Print operable voltage with aprint_verbose(). OK'ed by pgoyette@.
msaitoh
2015-04-20
Initial pass at supporting decode for DDR4.
pgoyette
2015-04-01
Add missing ,
matt
2015-03-27
Add DDR4 support a bit.
msaitoh
2014-04-14
Remove extraneous sysctl setup calls now done as part of regular attach.
pooka
2014-02-25
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
pooka
2013-07-19
Print the part number for DDR3 modules.
soren
2012-10-27
split device_t/softc for all remaining drivers.
chs
2012-05-31
Update handling of sysctl stuff when built as modules
pgoyette
2011-08-19
Remove semicolon at end of #define line to fix build.
wiz
2011-08-19
fix non-literal format strings (Paul Goyette)
christos
2011-08-01
Modularize the spdmem(4) driver
pgoyette
2010-06-29
Fix logic error in detecting length of DDR3 SPD covered by CRC check.
pgoyette
2010-03-24
Split spdmem driver into a bus attachment and a common back-end
pgoyette