summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-08-22 05:43:30 +0000
committernjl <njl@FreeBSD.org>2003-08-22 05:43:30 +0000
commit525c9f0a385a904bd32f0410a1a0c24d58602950 (patch)
treed140ea6a6f9da5dedeb2d52caacd4a49abe3e748 /sys/cam
parent9806bd63e5fd7d52a7cc47ff062398efa6cd96b3 (diff)
downloadFreeBSD-src-525c9f0a385a904bd32f0410a1a0c24d58602950.zip
FreeBSD-src-525c9f0a385a904bd32f0410a1a0c24d58602950.tar.gz
Add quirks for the EXATELECOM i-Bead mp3 player.
PR: kern/51675 Submitted by: Nicolas Jombart <ecu@ipv42.net> 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 d26d9ec..383a6cd 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -365,6 +365,14 @@ static struct da_quirk_entry da_quirk_table[] =
/*quirks*/ DA_Q_NO_SYNC_CACHE
},
#endif /* DA_OLD_QUIRKS */
+ {
+ /*
+ * EXATELECOM (Sigmatel) i-Bead 100/105 USB Flash MP3 Player
+ * PR: kern/51675
+ */
+ {T_DIRECT, SIP_MEDIA_REMOVABLE, "EXATEL", "i-BEAD10*", "*"},
+ /*quirks*/ DA_Q_NO_SYNC_CACHE
+ },
};
static disk_strategy_t dastrategy;
OpenPOWER on IntegriCloud