From 11a8692643fd6ed55a5fd09c482ec01a9ceb7260 Mon Sep 17 00:00:00 2001 From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Mon, 28 Dec 2009 20:06:09 +0000 Subject: [PATCH] drivedb.h updates: - Hitachi Travelstar 7K320 (ticket #28) - Hitachi Travelstar 7K500 git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@3010 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- smartmontools/CHANGELOG | 4 ++++ smartmontools/drivedb.h | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/smartmontools/CHANGELOG b/smartmontools/CHANGELOG index f0b4a2af5..699f4fe73 100644 --- a/smartmontools/CHANGELOG +++ b/smartmontools/CHANGELOG @@ -43,6 +43,10 @@ NOTES FOR FUTURE RELEASES: see TODO file. <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE> + [CF] drivedb.h updates: + - Hitachi Travelstar 7K320 (ticket #28) + - Hitachi Travelstar 7K500 + [DL] -l gpllog,...: print text representation of data also (ticket #30) [DL] FreeBSD: check reallocf() result for failures diff --git a/smartmontools/drivedb.h b/smartmontools/drivedb.h index ae3758495..9ce93be5f 100644 --- a/smartmontools/drivedb.h +++ b/smartmontools/drivedb.h @@ -829,6 +829,14 @@ const drive_settings builtin_knowndrives[] = { "(Hitachi )?HTS7220(80|10|12|16|20)K9(A3|SA)00", "", "", "" }, + { "Hitachi Travelstar 7K320", // tested with HTS723225L9A360/FCDOC30F + "(Hitachi )?HT[ES]7232(80|12|16|25|32)L9(A300|A360|SA61)", + "", "", "" + }, + { "Hitachi Travelstar 7K500", + "(Hitachi )?HT[ES]7250(12|16|25|32|50)A9A36[45]", + "", "", "" + }, { "IBM Deskstar 14GXP and 16GP series", "IBM-DTTA-3(7101|7129|7144|5032|5043|5064|5084|5101|5129|5168)0", "", "", "" -- GitLab