mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The Yamaha CDR100 doesn't seem to like multi-LUN probing.
PR: kern/20347 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
This commit is contained in:
parent
7e32b20d95
commit
ca2b07ad41
1 changed files with 4 additions and 0 deletions
|
|
@ -417,6 +417,10 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
|
|||
{ T_WORM, SIP_MEDIA_REMOVABLE, sony, "CD-R CDU9*", "*" },
|
||||
CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
|
||||
},
|
||||
{
|
||||
{ T_WORM, SIP_MEDIA_REMOVABLE, "YAMAHA", "CDR100*", "*" },
|
||||
CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
|
||||
},
|
||||
{
|
||||
/*
|
||||
* The 8200 doesn't like multi-lun probing, and probably
|
||||
|
|
|
|||
Loading…
Reference in a new issue