aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/jedec_dimm
Commit message (Expand)AuthorAgeFilesLines
* jedec_dimm: Use device_set_descf()Mark Johnston2024-06-161-16/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* jedec_dimm(4): Refactor offset adjustment and page0 resetRavi Pokala2023-04-281-55/+121
* jedec_dimm(4): Add manufacturing year and week.Ravi Pokala2023-04-282-2/+135
* jedec_dimm: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* jedec_dimm: fix array overrunEric van Gyzen2020-08-311-1/+1
* Teach jedec_dimm(4) to be more forgiving of non-fatal errors.Ravi Pokala2019-03-271-9/+19
* Remove unecessary "All rights reserved" from files under my or Panasas'sRavi Pokala2019-01-302-2/+0
* Remove jedec_ts(4)Ravi Pokala2018-08-011-3/+3
* jedec_dimm: Use correct string length when populating sc->slotid_strRavi Pokala2018-03-221-4/+1
* jedec_dimm(4): report asset info and temperatures for DDR3 and DDR4 DIMMsRavi Pokala2018-02-222-0/+1157