Ticket #298: seagate-1ch1.patch

File seagate-1ch1.patch, 1.1 KB (added by seanprees, 11 years ago)

Diff to drivedb.h. Restricts the warning message for the firmware update to 9YN1.* drives and adds a specific definition for 1CH1.* drives. A good enhancement might be to make the 1CH1 entry generic.

  • drivedb.h

    old new  
    21882188    "",
    21892189    "-v 188,raw16 -v 240,msec24hour32" // tested with ST3000DM001-9YN166/CC4H
    21902190  },
     2191  { "Seagate Barracuda 7200.14 (AF)", // new firmware, tested with
     2192      // ST2000DM001-1CH164/CC24
     2193    "ST(1000|1500|2000|2500|3000)DM00[1-3]-1CH1.*",
     2194    "CC2[4-9]", // >= "CC24"
     2195    "",
     2196    "-v 188,raw16 -v 240,msec24hour32"
     2197  },
    21912198  { "Seagate Barracuda 7200.14 (AF)", // old firmware, tested with
    21922199      // ST1000DM003-9YN162/CC46
    2193     "ST(1000|1500|2000|2500|3000)DM00[1-3]-.*",
     2200    "ST(1000|1500|2000|2500|3000)DM00[1-3]-9YN1.*",
    21942201    "CC4[679CG]",
    21952202    "A firmware update for this drive is available,\n"
    21962203    "see the following Seagate web pages:\n"
     
    21992206    "-v 188,raw16 -v 240,msec24hour32"
    22002207  },
    22012208  { "Seagate Barracuda 7200.14 (AF)", // unknown firmware
    2202     "ST(1000|1500|2000|2500|3000)DM00[1-3]-.*",
     2209    "ST(1000|1500|2000|2500|3000)DM00[1-3]-9YN1.*",
    22032210    "",
    22042211    "A firmware update for this drive may be available,\n"
    22052212    "see the following Seagate web pages:\n"