aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2000-12-14 22:08:13 +0000
committerWarner Losh <imp@FreeBSD.org>2000-12-14 22:08:13 +0000
commit8261e44cef1609ade427afe1c5a1d05d0d19589d (patch)
tree960f45dadf230f800bd26e9561a75724142baf9f /sys/cam
parent50a37bc4a73f588accc62d38f45f35abfbe22faa (diff)
Notes
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/scsi/scsi_da.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c
index 004f40cf0d98..35cc4690e46c 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -228,8 +228,12 @@ static struct da_quirk_entry da_quirk_table[] =
* Sony Memory Stick adapter MSAC-US1,
* does not support READ_6 commands only READ_10. It also does
* not support sync cache (0x35).
+ * Sony PCG-C1VJ Internal Memory Stick Slot (MSC-U01) also
+ * has this quirk. Make all sony MS* products use this
+ * quirk. Reported by: TERAMOTO Masahiro
+ * <teramoto@comm.eng.osaka-u.ac.jp> (PR 23378).
*/
- {T_DIRECT, SIP_MEDIA_REMOVABLE, "Sony", "MSAC-US1", "*"},
+ {T_DIRECT, SIP_MEDIA_REMOVABLE, "Sony", "MS*", "*"},
/*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
},
{