-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for SCT Error Recovery Timer features added in ACS-4 (#14…
…27). '-l scterc[,R,W],p' option gets/sets the persistent power-on values. '-l scterc,r' option restores to the manufacturer's default values. Patch by Jeremy Bauer. git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk/smartmontools@5166 4ea69e1a-61f1-4043-bf83-b5c94c648137
- Loading branch information
chrfranke
committed
Jan 15, 2021
1 parent
f3b0f77
commit 8975cd4
Showing
9 changed files
with
98 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ Developers / Maintainers / Contributors: | |
|
||
Raghava Aditya <...> | ||
Bruce Allen <...> | ||
Jeremy Bauer <[email protected]> | ||
Casey Biemiller <[email protected]> | ||
Erik Inge Bolsø <...> | ||
Stanislav Brabec <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
$Id$ | ||
|
||
2021-01-15 Jeremy Bauer <[email protected]> | ||
|
||
Add support for SCT Error Recovery Timer features added in ACS-4 | ||
(#1427). | ||
'-l scterc[,R,W],p' option gets/sets the persistent power-on values. | ||
'-l scterc,r' option restores to the manufacturer's default values. | ||
|
||
2021-01-15 Zhenwei Pi <[email protected]> | ||
|
||
nvmeprint.cpp: Add bit 5 of SMART/Health 'Critical Warning' byte | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters