summaryrefslogtreecommitdiff
path: root/sys/dev/ic/spdmem.c
AgeCommit message (Expand)Author
2020-04-14Pull up following revision(s) (requested by msaitoh in ticket #832):martin
2019-04-07Fix spelling of symeti^Hricpgoyette
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-16simplify previous.christos
2017-10-16dedupchristos
2017-10-16 A part number field of DDR3 and DDR4 is not NUL terminated. All unused charsmsaitoh
2017-01-18- Move __DDR4_VALUE()'s comment to the correct position.msaitoh
2017-01-11fix off by one.maya
2016-09-09 Add code to select page "0" for DDR4 and newer SPD ROM. If the value readmsaitoh
2016-01-05Check whether iic_exec is failed or not.msaitoh
2015-12-24- Add DDR4E, LPDDR3 and LPDDR4.msaitoh
2015-12-08Update calculations for DDR4 devices. This gets 1066MHz modules topgoyette
2015-12-07 Bugfixesmsaitoh
2015-12-06KNF.msaitoh
2015-12-05Use the DDR4 rows and columns fields when printing DDR4 datapgoyette
2015-12-05Calculated CRC is for bytes from 0 to 125 on DDR4. Now we can attach spdmemmsaitoh
2015-05-15 Print operable voltage with aprint_verbose(). OK'ed by pgoyette@.msaitoh
2015-04-20Initial pass at supporting decode for DDR4.pgoyette
2015-04-01Add missing ,matt
2015-03-27Add DDR4 support a bit.msaitoh
2014-04-14Remove extraneous sysctl setup calls now done as part of regular attach.pooka
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-07-19Print the part number for DDR3 modules.soren
2012-10-27split device_t/softc for all remaining drivers.chs
2012-05-31Update handling of sysctl stuff when built as modulespgoyette
2011-08-19Remove semicolon at end of #define line to fix build.wiz
2011-08-19fix non-literal format strings (Paul Goyette)christos
2011-08-01Modularize the spdmem(4) driverpgoyette
2010-06-29Fix logic error in detecting length of DDR3 SPD covered by CRC check.pgoyette
2010-03-24Split spdmem driver into a bus attachment and a common back-endpgoyette