mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 03:39:02 +00:00
Note that the large Hitachi's are also CAM_QUIRK_HILUNS
This commit is contained in:
parent
c0d4804d67
commit
78900a835d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103817
@ -469,6 +469,14 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
|
|||||||
{ T_DIRECT, SIP_MEDIA_FIXED, "HITACHI", "DK32CJ*", "J8A8" },
|
{ T_DIRECT, SIP_MEDIA_FIXED, "HITACHI", "DK32CJ*", "J8A8" },
|
||||||
CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
|
CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
/*
|
||||||
|
* These are the large storage arrays.
|
||||||
|
* Submitted by: William Carrel <william.carrel@infospace.com>
|
||||||
|
*/
|
||||||
|
{ T_DIRECT, SIP_MEDIA_FIXED, "HITACHI", "OPEN*", "*" },
|
||||||
|
CAM_QUIRK_HILUNS, 2, 1024
|
||||||
|
},
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* This old revision of the TDC3600 is also SCSI-1, and
|
* This old revision of the TDC3600 is also SCSI-1, and
|
||||||
|
Loading…
Reference in New Issue
Block a user