mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 10:29:15 +00:00
Back out rev 1.102. The IBM DNES drives work fine for me, jedgar and other
folks. My guess is that reducing the number of tags is just masking the real problem for the PR submitter. I'll re-open the PR and see if I can work with the submitter to diagnose the problem. PR: 21139
This commit is contained in:
parent
221b1e69c5
commit
75fab00593
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71772
@ -339,17 +339,6 @@ 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*", "*" },
|
||||
|
Loading…
Reference in New Issue
Block a user