summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWojciech Piekutowski <wojciech@piekutowski.net>2011-04-13 00:02:50 +0200
committerWojciech Piekutowski <wojciech@piekutowski.net>2011-04-13 00:02:50 +0200
commitecf3606ae747ac408dc56de353cd775662fdd358 (patch)
treea828417aa20bc9c8348e212729fcfe1f5dd76723
parent9f7f85bce8e204b82303ff8861676d6a9aeb342f (diff)
Add quirk names
-rw-r--r--atasmart.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/atasmart.c b/atasmart.c
index d3be001..a30efe8 100644
--- a/atasmart.c
+++ b/atasmart.c
@@ -1395,6 +1395,13 @@ static const char *quirk_name[] = {
"198_UNKNOWN",
"190_UNKNOWN",
"232_AVAILABLERESERVEDSPACE",
+ "233_MEDIAWEAROUTINDICATOR",
+ "225_TOTALLBASWRITTEN",
+ "4_UNUSED",
+ "226_TIMEWORKLOADMEDIAWEAR",
+ "227_TIMEWORKLOADHOSTREADS",
+ "228_WORKLOADTIMER",
+ "3_UNUSED",
NULL
};
/* %STRINGPOOLSTOP% */