1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Changeset 3135

Show
Ignore:
Timestamp:
08/20/10 06:23:06 (3 years ago)
Author:
chrfranke
Message:

drivedb.h update:
- SandForce? Driven SSDs (Demo Drive, OCZ-Agility2/Vertex2/Vertex-LE)

Location:
trunk/smartmontools
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/smartmontools/CHANGELOG

    r3134 r3135  
    4444 
    4545  [CF] drivedb.h update: 
     46       - SandForce Driven SSDs (Demo Drive, OCZ-Agility2/Vertex2/Vertex-LE) 
     47 
     48       Thanks to Jeremy Werner (jwerner@sandforce.com) from SandForce for 
     49       providing the required information and a demo drive for testing. 
     50 
     51  [CF] drivedb.h update: 
    4652       - Add 1.5TB drive to SAMSUNG SpinPoint F3 EG series 
    4753 
    4854  [CF] Add print formats '-v ID,msec24hour32' and '-v ID,raw24/raw32'. 
     55       Used by SSDs with SandForce controller. 
    4956 
    5057  [CF] Allow SMART threshold entries at positions different from 
  • trunk/smartmontools/drivedb.h

    r3134 r3135  
    8989    "", "", "" 
    9090  }, 
     91  { "SandForce Driven SSDs", 
     92    "SandForce 1st Ed\\.|" // Demo Drive, tested with firmware 320A13F0 
     93    "OCZ[ -](AGILITY2|VERTEX2|VERTEX-LE)", // tested with OCZ-VERTEX2/1.11 
     94    "", "", 
     95    "-v 1,raw24/raw32,Raw_Read_Error_Rate " 
     96    "-v 5,raw48,Retired_Block_Count " 
     97    "-v 9,msec24hour32,Power_On_Hours_and_Msec " 
     98  //"-v 12,raw48,Power_Cycle_Count " 
     99    "-v 171,raw48,Program_Fail_Count " 
     100    "-v 172,raw48,Erase_Fail_Count " 
     101    "-v 174,raw48,Unexpect_Power_Loss_Ct " 
     102    "-v 177,raw48,Wear_Range_Delta " 
     103    "-v 181,raw48,Program_Fail_Count " 
     104    "-v 182,raw48,Erase_Fail_Count " 
     105  //"-v 187,raw48,Reported_Uncorrect " 
     106  //"-v 192,tempminmax,Temperature_Celsius " 
     107    "-v 195,raw24/raw32,ECC_Uncorr_Error_Count " 
     108  //"-v 196,raw48,Reallocated_Event_Count " 
     109    "-v 231,raw48,SSD_Life_Left " 
     110    "-v 233,raw48,SandForce_Internal " 
     111    "-v 234,raw48,SandForce_Internal " 
     112    "-v 241,raw48,Lifetime_Writes_GiB " 
     113    "-v 242,raw48,Lifetime_Reads_GiB" 
     114  }, 
    91115  { "SuperTalent UltraDrive GX SSD", 
    92116    "STT_FT[MD](28|32|56|64)GX25H", 
     
    144168  }, 
    145169  { "OCZ Vertex SSD", 
    146     "OCZ[ -]VERTEX.*", 
     170    "OCZ[ -]VERTEX", 
    147171    "", "", 
    148172    " -v 1,raw64" 
     
    171195  }, 
    172196  { "OCZ Agility SSD", 
    173     "OCZ[ -]AGILITY.*", 
     197    "OCZ[ -]AGILITY", 
    174198    "", "", 
    175199    " -v 1,raw64"