summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2003-03-11 02:07:17 +0000
committerNate Lawson <njl@FreeBSD.org>2003-03-11 02:07:17 +0000
commitbdc321a648b43ba69385bc69a9d9b94e11aa9e82 (patch)
treedc9cd42f89628c0456506c2a8f6817fffb3c5820
parent2a7e0bee378bb33d25f67a1fa2be5c778809698d (diff)
Notes
-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 fed26bab811c..20e93c2864c5 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -453,6 +453,14 @@ static struct da_quirk_entry da_quirk_table[] =
{T_DIRECT, SIP_MEDIA_REMOVABLE,
"PENTAX", "DIGITAL_CAMERA", "*"},
/*quirks*/ DA_Q_NO_6_BYTE
+ },
+ {
+ /*
+ * SanDisk ImageMate II compact flash
+ * PR: kern/47877
+ */
+ {T_DIRECT, SIP_MEDIA_REMOVABLE, "SanDisk", "ImageMate*", "*"},
+ /*quirks*/ DA_Q_NO_6_BYTE
}
};