svn commit: r271749 - stable/9/sys/cam/scsi
Alexander Motin
mav at FreeBSD.org
Thu Sep 18 09:22:37 UTC 2014
Author: mav
Date: Thu Sep 18 09:22:37 2014
New Revision: 271749
URL: http://svnweb.freebsd.org/changeset/base/271749
Log:
MFC r271644:
Add quirks to disable READ CAPACITY (16) for PNY USB 3.0 Flash Drives.
Submitted by: Sean Fagan <sef at ixsystems.com>
Modified:
stable/9/sys/cam/scsi/scsi_da.c
Directory Properties:
stable/9/ (props changed)
stable/9/sys/ (props changed)
Modified: stable/9/sys/cam/scsi/scsi_da.c
==============================================================================
--- stable/9/sys/cam/scsi/scsi_da.c Thu Sep 18 09:21:29 2014 (r271748)
+++ stable/9/sys/cam/scsi/scsi_da.c Thu Sep 18 09:22:37 2014 (r271749)
@@ -548,6 +548,13 @@ static struct da_quirk_entry da_quirk_ta
},
{
/*
+ * PNY USB 3.0 Flash Drives
+ */
+ {T_DIRECT, SIP_MEDIA_REMOVABLE, "PNY", "USB 3.0 FD*",
+ "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE | DA_Q_NO_RC16
+ },
+ {
+ /*
* PNY USB Flash keys
* PR: usb/75578, usb/72344, usb/65436
*/
More information about the svn-src-stable-9
mailing list