summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-08-22 05:58:23 +0000
committernjl <njl@FreeBSD.org>2003-08-22 05:58:23 +0000
commit815966c39bb3c79cdf13077e2b364375d13cf648 (patch)
tree3c0e7499c4960cf44d78f3c5a131d84c50aa8e26 /sys/cam
parent41ba46ea6ecc3e167c68e673589d22f795fcb6bf (diff)
downloadFreeBSD-src-815966c39bb3c79cdf13077e2b364375d13cf648.zip
FreeBSD-src-815966c39bb3c79cdf13077e2b364375d13cf648.tar.gz
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
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/scsi/scsi_da.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c
index 383a6cd..629f12c 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;
OpenPOWER on IntegriCloud