diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2003-08-22 05:58:23 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2003-08-22 05:58:23 +0000 |
| commit | 6c3bdd6dee7ed12052e67c85df264c58a124ae16 (patch) | |
| tree | 3c0e7499c4960cf44d78f3c5a131d84c50aa8e26 | |
| parent | f6681bd6f048eec877287131ee4155cf8f4b92f8 (diff) | |
Notes
| -rw-r--r-- | sys/cam/scsi/scsi_da.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index 383a6cdab31d6..629f12c5dbabd 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -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; |
