summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2005-04-14 04:46:46 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2005-04-14 04:46:46 +0000
commitcd6640869be0a8f8bdae864ab9e1b5e7d72d0659 (patch)
tree325eb57c3576f800aa65d32803cbdf55b6e751b6
parentbc82a81ab5dad3639f8998a24f785d61742f824d (diff)
Notes
-rw-r--r--sys/cam/scsi/scsi_da.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c
index 641c4c30e5ce..70b1b7eaa68d 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -200,6 +200,7 @@ static struct da_quirk_entry da_quirk_table[] =
{
/*
* Doesn't like the synchronize cache command.
+ * Reported by: Blaz Zupan <blaz@gold.amis.net>
*/
{T_DIRECT, SIP_MEDIA_FIXED, quantum, "MAVERICK 540S", "*"},
/*quirks*/ DA_Q_NO_SYNC_CACHE
@@ -214,6 +215,7 @@ static struct da_quirk_entry da_quirk_table[] =
{
/*
* Doesn't like the synchronize cache command.
+ * Reported by: walter@pelissero.de
*/
{T_DIRECT, SIP_MEDIA_FIXED, quantum, "LPS540S", "*"},
/*quirks*/ DA_Q_NO_SYNC_CACHE
@@ -234,6 +236,10 @@ static struct da_quirk_entry da_quirk_table[] =
/*quirks*/ DA_Q_NO_6_BYTE
},
{
+ /*
+ * Doesn't like the synchronize cache command.
+ * Reported by: walter@pelissero.de
+ */
{T_DIRECT, SIP_MEDIA_FIXED, "CONNER", "CP3500*", "*"},
/*quirks*/ DA_Q_NO_SYNC_CACHE
},