Page MenuHomeFreeBSD

Deprecate jedec_ts(4) and point users to jedec_dimm(4) instead.
ClosedPublic

Authored by rpokala on Jul 24 2018, 12:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 24, 3:19 AM
Unknown Object (File)
Sun, Nov 23, 2:26 AM
Unknown Object (File)
Oct 27 2025, 1:34 AM
Unknown Object (File)
Oct 23 2025, 2:01 AM
Unknown Object (File)
Oct 23 2025, 2:01 AM
Unknown Object (File)
Oct 23 2025, 2:01 AM
Unknown Object (File)
Oct 22 2025, 6:13 PM
Unknown Object (File)
Oct 12 2025, 7:52 AM
Subscribers

Details

Summary

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 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.

Test Plan

Load jedec_ts(4), and confirm that the deprecation message is displayed.
Unload, follow the migration instructions, and load jedec_dimm(4).

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 18281
Build 18006: arc lint + arc unit