summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2001-09-19 00:35:09 +0000
committerscottl <scottl@FreeBSD.org>2001-09-19 00:35:09 +0000
commit172cd6f894ad2bbb5056a01648f87d508a085679 (patch)
tree9a923ed6ed47d01fab56d8d8bf04d05a35be219a /sys/cam
parentefbced43f383519c531863d20c7c1794aa2480aa (diff)
downloadFreeBSD-src-172cd6f894ad2bbb5056a01648f87d508a085679.zip
FreeBSD-src-172cd6f894ad2bbb5056a01648f87d508a085679.tar.gz
Add a quirk entry for the Sony CLIE memory stick device. This will become
useful once ATAPI support is turned on in the umass driver.
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 104cff5..31994c0 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -236,6 +236,14 @@ static struct da_quirk_entry da_quirk_table[] =
},
{
/*
+ * Sony Memory Stick adapter for the CLIE series
+ * of PalmOS PDA's
+ */
+ {T_DIRECT, SIP_MEDIA_REMOVABLE, "Sony", "CLIE*", "*"},
+ /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
+ },
+ {
+ /*
* Sony DSC cameras (DSC-S30, DSC-S50, DSC-S70)
*/
{T_DIRECT, SIP_MEDIA_REMOVABLE, "Sony", "Sony DSC", "*"},
OpenPOWER on IntegriCloud