[PATCH] add support for Intel 730 series SSDs
Tim Small <[email protected]>
| Newsgroups | gmane.linux.utilities.smartmontools |
|---|---|
| Message-ID | <[email protected]> |
I've added in support for Intel 730 series SSDs.
I checked the values in drivedb.h against table 12 of
http://www.intel.co.uk/content/dam/www/public/us/en/documents/product-specifications/ssd-730-series-spec.pdf
and tested on the 480GB model (SSDSC2BP480G4), and all attributes seem
to give sensible values.
The entry for the S3500 which I've modified includes the -F xerrorlba
option. I'm not sure how I'd test whether the 730 series drives also
need that option...
The 730 series, the DC S3500 and the DC S3700 all share the same Intel
in-house PC29AS21CA0 controller, so their firmware is probably pretty
similar.
The DC S3500 and S3700 have their own separate entries in drivedb.h, so
it's possible these should be merged (although the 3700 is missing
xerrorlba vs the S3500, but I suppose that could just be from lack of
testing?).
The the S3500 and S3700 should have their own entries, then I suppose
the 730 should to?
The drive series were released in this order:
Intel DC S3700
Intel DC S3500
Intel 730
Cheers,
Tim.
Index: drivedb.h
===================================================================
--- drivedb.h (revision 3901)
+++ drivedb.h (working copy)
@@ -732,8 +732,8 @@
"-v 242,raw48,Host_Reads_32MiB "
"-v 249,raw48,NAND_Writes_1GiB"
},
- { "Intel DC S3500 Series SSDs", // tested with INTEL
SSDSC2BB120G4/D2010355, INTEL SSDSC2BB800G4T
- "INTEL SSDSC(1N|2B)B(080|120|160|240|300|400|480|600|800)G.T?",
+ { "Intel 730 and DC S3500 Series SSDs", // tested with INTEL
SSDSC2BB120G4/D2010355, INTEL SSDSC2BB800G4T, INTEL SSDSC2BP480G4
+ "INTEL SSDSC(1N|2B)[BP](080|120|160|240|300|400|480|600|800)G.T?",
"", "",
//"-v 3,raw16(avg16),Spin_Up_Time "
//"-v 4,raw48,Start_Stop_Count "
--
South East Open Source Solutions Limited
Registered in England and Wales with company number 06134732.
Registered Office: 2 Powell Gardens, Redhill, Surrey, RH1 1TQ
VAT number: 900 6633 53 http://seoss.co.uk/ +44-(0)1273-808309
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Smartmontools-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartmontools-support
smartmontools-Intel730SSD.diff
(text/x-patch, 707 B)
Index: drivedb.h
===================================================================
--- drivedb.h (revision 3901)
+++ drivedb.h (working copy)
@@ -732,8 +732,8 @@
"-v 242,raw48,Host_Reads_32MiB "
"-v 249,raw48,NAND_Writes_1GiB"
},
- { "Intel DC S3500 Series SSDs", // tested with INTEL SSDSC2BB120G4/D2010355, INTEL SSDSC2BB800G4T
- "INTEL SSDSC(1N|2B)B(080|120|160|240|300|400|480|600|800)G.T?",
+ { "Intel 730 and DC S3500 Series SSDs", // tested with INTEL SSDSC2BB120G4/D2010355, INTEL SSDSC2BB800G4T, INTEL SSDSC2BP480G4
+ "INTEL SSDSC(1N|2B)[BP](080|120|160|240|300|400|480|600|800)G.T?",
"", "",
//"-v 3,raw16(avg16),Spin_Up_Time "
//"-v 4,raw48,Start_Stop_Count "