Warner Losh wrote:
imp 2007-01-23 17:29:31 UTC
FreeBSD src repository
Modified files:
sys/cam/scsi scsi_da.c
Log:
Use the more specific 'EM732X' designation rather than * to disable sync
cache commands, per request from [EMAIL PROTECTED]
Revision Changes Path
1.202 +1 -1 src/sys/cam/scsi/scsi_da.c
Index: src/sys/cam/scsi/scsi_da.c
diff -u src/sys/cam/scsi/scsi_da.c:1.201 src/sys/cam/scsi/scsi_da.c:1.202
--- src/sys/cam/scsi/scsi_da.c:1.201 Mon Jan 22 04:34:03 2007
+++ src/sys/cam/scsi/scsi_da.c Tue Jan 23 17:29:31 2007
@@ -471,7 +471,7 @@
* EasyMP3 EM732X USB 2.0 Flash MP3 Player
* PR: usb/96546
*/
- {T_DIRECT, SIP_MEDIA_REMOVABLE, "*", "MP3 Player*",
+ {T_DIRECT, SIP_MEDIA_REMOVABLE, "EM732X", "MP3 Player*",
"1.0"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
},
};
Thanks.
--
Nate
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"