Small correction to the Sandforce SSD detection to prevent Marvell controllers (M4, C300) from getting identified as Sandforce.

This commit is contained in:
Michael Möller
2012-02-13 20:34:39 +00:00
parent 34732f6312
commit b9edd942b0
3 changed files with 54 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
The Initial Developer of the Original Code is
Michael Möller <m.moeller@gmx.ch>.
Portions created by the Initial Developer are Copyright (C) 2009-2011
Portions created by the Initial Developer are Copyright (C) 2009-2012
the Initial Developer. All Rights Reserved.
Contributor(s):
@@ -37,5 +37,5 @@
using System.Reflection;
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyInformationalVersion("0.4.0 Beta")]
[assembly: AssemblyVersion("0.4.0.1")]
[assembly: AssemblyInformationalVersion("0.4.0.1 Alpha")]