From 21fb6f8e18c3deab7f6c5faefbfec46845ef2790 Mon Sep 17 00:00:00 2001
From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Sun, 16 Nov 2014 14:47:22 +0000
Subject: [PATCH] Merge r4000 into 5.40-6.0 drivedb.h branches.

git-svn-id: https://svn.code.sf.net/p/smartmontools/code/branches/RELEASE_6_0_DRIVEDB@4006 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 smartmontools/drivedb.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/smartmontools/drivedb.h b/smartmontools/drivedb.h
index 3829905da..54474a4b6 100644
--- a/smartmontools/drivedb.h
+++ b/smartmontools/drivedb.h
@@ -1002,7 +1002,7 @@ const drive_settings builtin_knowndrives[] = {
     "-v 242,raw48,Total_Reads_GiB "
   //"-v 243,raw48,Unknown_Attribute "
   },
-  { "SanDisk based SSDs",
+  { "SanDisk based SSDs", // see also #463 for the vendor attribute description
     "SanDisk iSSD P4 [0-9]*GB|" // tested with SanDisk iSSD P4 16GB/SSD 9.14
     "SanDisk SDSSDP[0-9]*G|" // tested with SanDisk SDSSDP064G/1.0.0, SDSSDP128G/2.0.0
     "SanDisk SSD i100 [0-9]*GB|" // tested with SanDisk SSD i100 8GB/11.56.04, 24GB/11.56.04
@@ -1017,11 +1017,13 @@ const drive_settings builtin_knowndrives[] = {
     "-v 173,raw48,Avg_Write_Erase_Ct "
     "-v 174,raw48,Unexpect_Power_Loss_Ct "
   //"-v 187,raw48,Reported_Uncorrect "
+    "-v 212,raw48,SATA_PHY_Error "
     "-v 230,raw48,Perc_Write_Erase_Count "
     "-v 232,raw48,Perc_Avail_Resrvd_Space "
     "-v 234,raw48,Perc_Write_Erase_Ct_BC "
   //"-v 241,raw48,Total_LBAs_Written "
   //"-v 242,raw48,Total_LBAs_Read "
+    "-v 244,raw48,Thermal_Throttle "
   },
   { "Smart Storage Systems Xcel-10 SSDs",  // based on http://www.smartm.com/files/salesLiterature/storage/xcel10.pdf
     "SMART A25FD-(32|64|128)GI32N", // tested with SMART A25FD-128GI32N/B9F23D4K
-- 
GitLab