mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Add support for newer garmin devices
PR: kern/163932 Submitted by: Bartosz Fabianowski <freebsd@chillt.de> Approved by: cperciva MFC after: 1 week
This commit is contained in:
parent
d9b73ea9cf
commit
30563ab45e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236283
@ -534,6 +534,10 @@ static struct scsi_quirk_entry scsi_quirk_table[] =
|
||||
{ T_ENCLOSURE, SIP_MEDIA_FIXED, "DP", "BACKPLANE", "*" },
|
||||
CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
|
||||
},
|
||||
{
|
||||
{ T_DIRECT, SIP_MEDIA_REMOVABLE, "Garmin", "*", "*" },
|
||||
CAM_QUIRK_NORPTLUNS, /*mintags*/2, /*maxtags*/255
|
||||
},
|
||||
{
|
||||
/* Default tagged queuing parameters for all devices */
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user