mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Quirk for Jungsoft NEXDISK USB flash key. Fails to mount without
NO_SYNCHRONIZE_CACHE. PR: kern/54737 Submitted by: David Thiel <lx@redundancy.redundancy.org> MFC after: 3 days
This commit is contained in:
parent
f6681bd6f0
commit
6c3bdd6dee
1 changed files with 8 additions and 0 deletions
|
|
@ -373,6 +373,14 @@ static struct da_quirk_entry da_quirk_table[] =
|
|||
{T_DIRECT, SIP_MEDIA_REMOVABLE, "EXATEL", "i-BEAD10*", "*"},
|
||||
/*quirks*/ DA_Q_NO_SYNC_CACHE
|
||||
},
|
||||
{
|
||||
/*
|
||||
* Jungsoft NEXDISK USB flash key
|
||||
* PR: kern/54737
|
||||
*/
|
||||
{T_DIRECT, SIP_MEDIA_REMOVABLE, "JUNGSOFT", "NEXDISK*", "*"},
|
||||
/*quirks*/ DA_Q_NO_SYNC_CACHE
|
||||
},
|
||||
};
|
||||
|
||||
static disk_strategy_t dastrategy;
|
||||
|
|
|
|||
Loading…
Reference in a new issue