summaryrefslogtreecommitdiff
path: root/sbin/atactl
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2009-04-16 07:40:45 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2009-04-16 07:40:45 +0000
commit9a62f48680726b99408b4681140b0a804c4596a9 (patch)
tree05e768815c298a6f7cc1d96cd88be44caf65ba02 /sbin/atactl
parente88e8425cab52904e0b748f2eb681b2ff94abafc (diff)
Update SMART attributes list. From kirill.timofeev@gmail.com.
Diffstat (limited to 'sbin/atactl')
-rw-r--r--sbin/atactl/atactl.c38
1 files changed, 34 insertions, 4 deletions
diff --git a/sbin/atactl/atactl.c b/sbin/atactl/atactl.c
index 68270da8990..84a51785668 100644
--- a/sbin/atactl/atactl.c
+++ b/sbin/atactl/atactl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atactl.c,v 1.41 2008/08/10 17:40:10 sobrado Exp $ */
+/* $OpenBSD: atactl.c,v 1.42 2009/04/16 07:40:44 grange Exp $ */
/* $NetBSD: atactl.c,v 1.4 1999/02/24 18:49:14 jwise Exp $ */
/*-
@@ -301,18 +301,48 @@ struct valinfo ibm_attr_names[] = {
{ 3, "Spin Up Time" },
{ 4, "Start/Stop Count" },
{ 5, "Reallocated Sector Count" },
+ { 6, "Read Channel Margin" },
{ 7, "Seek Error Rate" },
{ 8, "Seek Time Performance" },
- { 9, "Power-on Hours Count" },
+ { 9, "Power-On Hours Count" },
{ 10, "Spin Retry Count" },
+ { 11, "Calibration Retry Count" },
{ 12, "Device Power Cycle Count" },
- { 192, "Power-off Retract Count" },
+ { 13, "Soft Read Error Rate" },
+ { 189, "High Fly Writes" },
+ { 190, "Airflow Temperature" },
+ { 191, "G-Sense Error Rate" },
+ { 192, "Power-Off Retract Count" },
{ 193, "Load Cycle Count" },
{ 194, "Temperature" },
+ { 195, "Hardware ECC Recovered" },
{ 196, "Reallocation Event Count" },
{ 197, "Current Pending Sector Count" },
- { 198, "Off-line Scan Uncorrectable Sector Count" },
+ { 198, "Off-Line Scan Uncorrectable Sector Count" },
{ 199, "Ultra DMA CRC Error Count" },
+ { 200, "Write Error Rate" },
+ { 201, "Soft Read Error Rate" },
+ { 202, "Data Address Mark Errors" },
+ { 203, "Run Out Cancel" },
+ { 204, "Soft ECC Correction" },
+ { 205, "Thermal Asperity Check" },
+ { 206, "Flying Height" },
+ { 207, "Spin High Current" },
+ { 208, "Spin Buzz" },
+ { 209, "Offline Seek Performance" },
+ { 220, "Disk Shift" },
+ { 221, "G-Sense Error Rate" },
+ { 222, "Loaded Hours" },
+ { 223, "Load/Unload Retry Count" },
+ { 224, "Load Friction" },
+ { 225, "Load/Unload Cycle Count" },
+ { 226, "Load-In Time" },
+ { 227, "Torque Amplification Count" },
+ { 228, "Power-Off Retract Count" },
+ { 230, "GMR Head Amplitude" },
+ { 231, "Temperature" },
+ { 240, "Head Flying Hours" },
+ { 250, "Read Error Retry Rate" },
{ 0, NULL },
};