K 10 svn:author V 7 rpokala K 8 svn:date V 27 2018-07-24T08:15:02.715984Z K 7 svn:log V 640 Deprecate jedec_ts(4) and point users to jedec_dimm(4) instead jedec_dimm(4) is a superset of the functionality of jedec_ts(4). Mark jedec_ts(4) as removed in FreeBSD 12, and include a pointer to the migration instructions in the jedec_dimm(4) manpage, in both the jedec_ts(4) code and the jedec_ts(4) manpage. Add a note to the jedec_dimm(4) manpage about the fact that it is a superset of jedec_ts(4). This change will be MFCed to stable/11 and stable/10; the followup change to actually remove jedec_ts(4) from -HEAD will not. Reviewed by: avg MFC after: 1 week Relnotes: yes Differential Revision: https://reviews.freebsd.org/D16412 END