Skip to content

Commit

Permalink
Extend DA_Q_NO_RC16 to MXUB3* devices.
Browse files Browse the repository at this point in the history
PR:		kern/198647
MFC after:	2 weeks
  • Loading branch information
delphij committed Apr 21, 2015
1 parent 2ac0a03 commit 2fbc664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/cam/scsi/scsi_da.c
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ static struct da_quirk_entry da_quirk_table[] =
/*
* MX-ES USB Drive by Mach Xtreme
*/
{ T_DIRECT, SIP_MEDIA_REMOVABLE, "MX", "MXUB3SES*", "*"},
{ T_DIRECT, SIP_MEDIA_REMOVABLE, "MX", "MXUB3*", "*"},
/*quirks*/DA_Q_NO_RC16
},
};
Expand Down

0 comments on commit 2fbc664

Please sign in to comment.