Add tags quirk for IBM DNES drives.

PR:		21139
Obtained from:	campt@miralink.com
This commit is contained in:
mjacob 2001-01-16 17:02:16 +00:00
parent c79198fab7
commit c2e51aef93

View File

@ -339,6 +339,17 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
{ T_DIRECT, SIP_MEDIA_FIXED, "IBM", "DCAS*", "*" },
/*quirks*/0, /*mintags*/0, /*maxtags*/0
},
{
/*
* PR: kern/21139
* DNES docs state on page 203 that this device only
* supports 64 queued commands. 9gig and 18gig devices P/N
* DNES-318350 and DNES-309170.
* Reported by: Tracey Camp <campt@miralink.com>
*/
{ T_DIRECT, SIP_MEDIA_FIXED, "IBM", "DNES*","*" },
/*quirks*/0, /*mintags*/2,/*maxtags*/32
},
{
/* Broken tagged queuing drive */
{ T_DIRECT, SIP_MEDIA_REMOVABLE, "iomega", "jaz*", "*" },