summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authorsanpei <sanpei@FreeBSD.org>2004-07-18 05:39:14 +0000
committersanpei <sanpei@FreeBSD.org>2004-07-18 05:39:14 +0000
commit3fafd98bb960cbfa7f6977b15ef479ff30c2470a (patch)
tree290a67d1443607fd87425eadf104c2137c1d0910 /sys/cam
parent2662ae1f647f381009ee81306784f33a86271775 (diff)
downloadFreeBSD-src-3fafd98bb960cbfa7f6977b15ef479ff30c2470a.zip
FreeBSD-src-3fafd98bb960cbfa7f6977b15ef479ff30c2470a.tar.gz
Quirk for SEGRAND NP-900 USB MP3Player
PR: kern/64563 Submitted by: Kunitada Kokubun <unix_grandy@yahoo.co.jp> MFC after: 1 week
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 d2125a3..db7af6c 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -294,6 +294,14 @@ static struct da_quirk_entry da_quirk_table[] =
{T_DIRECT, SIP_MEDIA_REMOVABLE, "NEUROS", "dig. audio comp.",
"*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
},
+ {
+ /*
+ * SEAGRAND NP-900 MP3 Player
+ * PR: kern/64563
+ */
+ {T_DIRECT, SIP_MEDIA_REMOVABLE, "SEAGRAND", "NP-900*", "*"},
+ /*quirks*/ DA_Q_NO_SYNC_CACHE|DA_Q_NO_PREVENT
+ },
};
static disk_strategy_t dastrategy;
OpenPOWER on IntegriCloud