Skip to content
Snippets Groups Projects
Commit 9ac6ade6 authored by ballen4705's avatar ballen4705
Browse files

Added Attribute 240: head flying hours

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@445 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 669bf4f4
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.84 2003/01/12 10:23:28 ballen4705 Exp $
$Id: CHANGELOG,v 1.85 2003/01/13 12:49:06 ballen4705 Exp $
Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
......@@ -33,6 +33,7 @@ NOTES FOR FUTURE RELEASES: see TODO file.
CURRENT RELEASE (see VERSION file in this directory):
[BA] Added Attribute 240 "head flying hours"
smartmontools-5.1.1
......
......@@ -29,7 +29,7 @@
#include <stdlib.h>
#include "atacmds.h"
const char *CVSid1="$Id: atacmds.c,v 1.49 2003/01/04 17:34:16 pjwilliams Exp $" CVSID1;
const char *CVSid1="$Id: atacmds.c,v 1.50 2003/01/13 12:49:06 ballen4705 Exp $" CVSID1;
// These Drive Identity tables are taken from hdparm 5.2, and are also
// given in the ATA/ATAPI specs for the IDENTIFY DEVICE command. Note
......@@ -922,6 +922,9 @@ void ataPrintSmartAttribName(char *out, unsigned char id, unsigned char *defs){
case 231:
name="Temperature_Celsius";
break;
case 240:
name="Head flying hours";
break;
default:
name="Unknown_Attribute";
break;
......
......@@ -29,7 +29,7 @@
#include <stdlib.h>
#include "atacmds.h"
const char *CVSid1="$Id: atacmds.cpp,v 1.49 2003/01/04 17:34:16 pjwilliams Exp $" CVSID1;
const char *CVSid1="$Id: atacmds.cpp,v 1.50 2003/01/13 12:49:06 ballen4705 Exp $" CVSID1;
// These Drive Identity tables are taken from hdparm 5.2, and are also
// given in the ATA/ATAPI specs for the IDENTIFY DEVICE command. Note
......@@ -922,6 +922,9 @@ void ataPrintSmartAttribName(char *out, unsigned char id, unsigned char *defs){
case 231:
name="Temperature_Celsius";
break;
case 240:
name="Head flying hours";
break;
default:
name="Unknown_Attribute";
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment