Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2014 21:24:15 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r271407 - head/sys/cam/scsi
Message-ID:  <201409102124.s8ALOFLd078706@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Wed Sep 10 21:24:15 2014
New Revision: 271407
URL: http://svnweb.freebsd.org/changeset/base/271407

Log:
  Extend UNMAP blacklist on all STEC SSD models.
  
  None of existing STEC devices need UNMAP or even support it well, having
  many limitations and even hanging sometimes executing those commands.
  New devices that may use UNMAP going to be released under HGST name.
  
  MFC after:	3 days

Modified:
  head/sys/cam/scsi/scsi_da.c

Modified: head/sys/cam/scsi/scsi_da.c
==============================================================================
--- head/sys/cam/scsi/scsi_da.c	Wed Sep 10 21:07:00 2014	(r271406)
+++ head/sys/cam/scsi/scsi_da.c	Wed Sep 10 21:24:15 2014	(r271407)
@@ -354,9 +354,9 @@ static struct da_quirk_entry da_quirk_ta
 	},
 	{
 		/*
-		 * The STEC 842 sometimes hang on UNMAP.
+		 * The STEC SSDs sometimes hang on UNMAP.
 		 */
-		{T_DIRECT, SIP_MEDIA_FIXED, "STEC", "S842E800M2", "*"},
+		{T_DIRECT, SIP_MEDIA_FIXED, "STEC", "*", "*"},
 		/*quirks*/ DA_Q_NO_UNMAP
 	},
 	/* USB mass storage devices supported by umass(4) */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409102124.s8ALOFLd078706>