|
From: <abe...@us...> - 2016-04-12 12:51:07
|
Revision: 7637
http://sourceforge.net/p/astlinux/code/7637
Author: abelbeck
Date: 2016-04-12 12:51:04 +0000 (Tue, 12 Apr 2016)
Log Message:
-----------
smartmontools, add support for Phison S9 SSD, PC Engines msata16d
Added Paths:
-----------
branches/1.0/package/smartmontools/smartmontools-0001-Transcend-610.patch
branches/1.0/package/smartmontools/smartmontools-0002-Phison-S9.patch
Removed Paths:
-------------
branches/1.0/package/smartmontools/smartmontools-Transcend-610.patch
Copied: branches/1.0/package/smartmontools/smartmontools-0001-Transcend-610.patch (from rev 7636, branches/1.0/package/smartmontools/smartmontools-Transcend-610.patch)
===================================================================
--- branches/1.0/package/smartmontools/smartmontools-0001-Transcend-610.patch (rev 0)
+++ branches/1.0/package/smartmontools/smartmontools-0001-Transcend-610.patch 2016-04-12 12:51:04 UTC (rev 7637)
@@ -0,0 +1,11 @@
+--- smartmontools-6.4/drivedb.h.orig 2015-10-25 12:26:29.000000000 -0500
++++ smartmontools-6.4/drivedb.h 2015-10-25 12:31:41.000000000 -0500
+@@ -1106,7 +1106,7 @@
+ "-v 244,raw48,Thermal_Throttle "
+ },
+ { "SiliconMotion based SSDs", // SM2246EN (Transcend TS6500)
+- "TS((16|32|64|128|256|512)G|1T)(SSD|MSA)370", // Transcend SSD370 SATA/mSATA, TS6500, tested with
++ "TS((16|32|64|128|256|512)G|1T)(SSD|MSA|MSM)(370S?|420I?|610)", // Transcend SSD370/420/610 SATA/mSATA, TS6500,
+ // TS32GMSA370/20140402, TS16GMSA370/20140516, TS64GSSD370/20140516, TS256GSSD370/N0815B
+ "", "",
+ //"-v 1,raw48,Raw_Read_Error_Rate "
Added: branches/1.0/package/smartmontools/smartmontools-0002-Phison-S9.patch
===================================================================
--- branches/1.0/package/smartmontools/smartmontools-0002-Phison-S9.patch (rev 0)
+++ branches/1.0/package/smartmontools/smartmontools-0002-Phison-S9.patch 2016-04-12 12:51:04 UTC (rev 7637)
@@ -0,0 +1,24 @@
+--- smartmontools-6.4/drivedb.h.orig 2016-04-11 17:01:20.000000000 -0500
++++ smartmontools-6.4/drivedb.h 2016-04-11 17:50:51.000000000 -0500
+@@ -435,6 +435,21 @@
+ "-v 241,raw48,Lifetime_Writes_GiB "
+ "-v 242,raw48,Lifetime_Reads_GiB"
+ },
++ { "Phison S9 SSD", // see MKP_521_Phison_SMART_attribute.pdf
++ "SATA SSD", // PC Engines msata16d
++ "S9FM.*", "",
++ //"-v 1,raw48,Raw_Read_Error_Rate "
++ //"-v 9,raw24(raw8),Power_On_Hours "
++ //"-v 12,raw48,Power_Cycle_Count "
++ "-v 168,raw48,SATA_Phy_Error_Count "
++ "-v 170,raw24/raw24:z54z10,Bad_Blk_Ct_Erl/Lat " // Early bad block/Later bad block
++ "-v 173,raw16(avg16),MaxAvgErase_Ct "
++ "-v 192,raw48,Unsafe_Shutdown_Count "
++ //"-v 194,tempminmax,Temperature_Celsius "
++ "-v 196,raw48,Not_In_Use "
++ "-v 218,raw48,CRC_Error_Count "
++ "-v 241,raw48,Lifetime_Writes_MiB "
++ },
+ { "Indilinx Barefoot based SSDs",
+ "Corsair CSSD-V(32|60|64|128|256)GB2|" // Corsair Nova, tested with Corsair CSSD-V32GB2/2.2
+ "CRUCIAL_CT(64|128|256)M225|" // tested with CRUCIAL_CT64M225/1571
Deleted: branches/1.0/package/smartmontools/smartmontools-Transcend-610.patch
===================================================================
--- branches/1.0/package/smartmontools/smartmontools-Transcend-610.patch 2016-04-11 21:01:59 UTC (rev 7636)
+++ branches/1.0/package/smartmontools/smartmontools-Transcend-610.patch 2016-04-12 12:51:04 UTC (rev 7637)
@@ -1,11 +0,0 @@
---- smartmontools-6.4/drivedb.h.orig 2015-10-25 12:26:29.000000000 -0500
-+++ smartmontools-6.4/drivedb.h 2015-10-25 12:31:41.000000000 -0500
-@@ -1106,7 +1106,7 @@
- "-v 244,raw48,Thermal_Throttle "
- },
- { "SiliconMotion based SSDs", // SM2246EN (Transcend TS6500)
-- "TS((16|32|64|128|256|512)G|1T)(SSD|MSA)370", // Transcend SSD370 SATA/mSATA, TS6500, tested with
-+ "TS((16|32|64|128|256|512)G|1T)(SSD|MSA|MSM)(370S?|420I?|610)", // Transcend SSD370/420/610 SATA/mSATA, TS6500,
- // TS32GMSA370/20140402, TS16GMSA370/20140516, TS64GSSD370/20140516, TS256GSSD370/N0815B
- "", "",
- //"-v 1,raw48,Raw_Read_Error_Rate "
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|