ciss doesn't like scsi SYNC CACHE. turn it off

This commit is contained in:
Paul Saab 2003-12-08 05:14:13 +00:00
parent 908c0cd6d0
commit 284af83b2a

View File

@ -376,6 +376,14 @@ static struct da_quirk_entry da_quirk_table[] =
{T_DIRECT, SIP_MEDIA_REMOVABLE, "CREATIVE", "NOMAD_MUVO", "*"},
/*quirks*/ DA_Q_NO_SYNC_CACHE|DA_Q_NO_PREVENT
},
{
/*
* The CISS RAID driver drives dont like the cache to be
* sync'd (esp since write cache is turned off).
*/
{T_DIRECT, SIP_MEDIA_FIXED, "COMPAQ", "RAID*", "*"},
/*quirks*/ DA_Q_NO_SYNC_CACHE
},
};
static disk_strategy_t dastrategy;