Author: hselasky
Date: Thu May 21 07:41:03 2015
New Revision: 283189
URL: https://svnweb.freebsd.org/changeset/base/283189

Log:
  MFC r279726:
  Add DA_Q_NO_RC16 quirk for USB mass storage device.
  
  PR:           194062

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    Thu May 21 07:35:20 2015        
(r283188)
+++ stable/10/sys/cam/scsi/scsi_da.c    Thu May 21 07:41:03 2015        
(r283189)
@@ -1177,6 +1177,13 @@ static struct da_quirk_entry da_quirk_ta
        },
        {
                /*
+                * Hama Innostor USB-Stick 
+                */
+               { T_DIRECT, SIP_MEDIA_REMOVABLE, "Innostor", "Innostor*", "*" 
}, 
+               /*quirks*/DA_Q_NO_RC16
+       },
+       {
+               /*
                 * MX-ES USB Drive by Mach Xtreme
                 */
                { T_DIRECT, SIP_MEDIA_REMOVABLE, "MX", "MXUB3*", "*"},
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to