Hardware/HDD/DebugSmart.cs
changeset 406 3890d78140c2
parent 369 5077ed7ddca8
     1.1 --- a/Hardware/HDD/DebugSmart.cs	Sun Jun 23 19:10:28 2013 +0000
     1.2 +++ b/Hardware/HDD/DebugSmart.cs	Tue Jun 25 20:34:29 2013 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4    License, v. 2.0. If a copy of the MPL was not distributed with this
     1.5    file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.6   
     1.7 -  Copyright (C) 2011-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
     1.8 +  Copyright (C) 2011-2013 Michael Möller <mmoeller@openhardwaremonitor.org>
     1.9  	
    1.10  */
    1.11  
    1.12 @@ -313,7 +313,23 @@
    1.13              C6 000000000000 100 100 1  
    1.14              C7 000000000000 100 100 1  
    1.15              CA 010000000000 99  99  1  
    1.16 -            CE 000000000000 100 100 1 ")};
    1.17 +            CE 000000000000 100 100 1 "),
    1.18 +
    1.19 +        new Drive("Samsung SSD 840 PRO Series", "DXM05B0Q", 16,
    1.20 +          @"05 000000000000 100 100 10 
    1.21 +            09 260000000000 99  99  0  
    1.22 +            0C 170000000000 99  99  0  
    1.23 +            B1 010000000000 99  99  0  
    1.24 +            B3 000000000000 100 100 10 
    1.25 +            B5 000000000000 100 100 10 
    1.26 +            B6 000000000000 100 100 10 
    1.27 +            B7 000000000000 100 100 10 
    1.28 +            BB 000000000000 100 100 0  
    1.29 +            BE 190000000000 60  75  0  
    1.30 +            C3 000000000000 200 200 0  
    1.31 +            C7 000000000000 100 100 0  
    1.32 +            EB 030000000000 99  99  0  
    1.33 +            F1 8FF425100000 99  99  0")};
    1.34  
    1.35      public IntPtr OpenDrive(int driveNumber) {
    1.36        if (driveNumber < drives.Length)