svn commit: r282512 - stable/10/sys/cam/scsi

Hans Petter Selasky hselasky at FreeBSD.org
Tue May 5 20:04:02 UTC 2015


Author: hselasky
Date: Tue May  5 20:04:01 2015
New Revision: 282512
URL: https://svnweb.freebsd.org/changeset/base/282512

Log:
  MFC r280597:
  Add DA_Q_NO_RC16 quirk for USB mass storage device.
  
  PR:		198647

Modified:
  stable/10/sys/cam/scsi/scsi_da.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/cam/scsi/scsi_da.c
==============================================================================
--- stable/10/sys/cam/scsi/scsi_da.c	Tue May  5 20:01:28 2015	(r282511)
+++ stable/10/sys/cam/scsi/scsi_da.c	Tue May  5 20:04:01 2015	(r282512)
@@ -1175,6 +1175,13 @@ static struct da_quirk_entry da_quirk_ta
 		{ T_DIRECT, SIP_MEDIA_FIXED, "ATA", "SG9XCS2D*", "*" },
 		/*quirks*/DA_Q_4K
 	},
+	{
+		/*
+		 * MX-ES USB Drive by Mach Xtreme
+		 */
+		{ T_DIRECT, SIP_MEDIA_REMOVABLE, "MX", "MXUB3SES*", "*"},
+		/*quirks*/DA_Q_NO_RC16
+	},
 };
 
 static	disk_strategy_t	dastrategy;


More information about the svn-src-all mailing list