mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 08:43:23 +00:00
Disable multi-lun probing on Hitachi DK31* drives.
PR: misc/18793 Submitted by: Paul Haddad <paul@pth.com>
This commit is contained in:
parent
b3550398d3
commit
a6cb9949a7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61234
@ -428,6 +428,18 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
|
||||
},
|
||||
CAM_QUIRK_NOSERIAL|CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
|
||||
},
|
||||
{
|
||||
/*
|
||||
* These Hitachi drives don't like multi-lun probing.
|
||||
* The PR submitter has a DK319H, but says that the Linux
|
||||
* kernel has a similar work-around for the DK312 and DK314,
|
||||
* so all DK31* drives are quirked here.
|
||||
* PR: misc/18793
|
||||
* Submitted by: Paul Haddad <paul@pth.com>
|
||||
*/
|
||||
{ T_DIRECT, SIP_MEDIA_FIXED, "HITACHI", "DK31*", "*" },
|
||||
CAM_QUIRK_NOLUNS, /*mintags*/2, /*maxtags*/255
|
||||
},
|
||||
{
|
||||
/*
|
||||
* This old revision of the TDC3600 is also SCSI-1, and
|
||||
|
Loading…
Reference in New Issue
Block a user