summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2001-01-16 17:02:16 +0000
committermjacob <mjacob@FreeBSD.org>2001-01-16 17:02:16 +0000
commit292389e8003ee4b7508c7f9324857f3d4e6fa3ed (patch)
treea8e91948f5b19dcdf5e9c91d4b65eeefc6dcb76d
parenta2560551a0068d05a94f289a001fe2714267efe0 (diff)
downloadFreeBSD-src-292389e8003ee4b7508c7f9324857f3d4e6fa3ed.zip
FreeBSD-src-292389e8003ee4b7508c7f9324857f3d4e6fa3ed.tar.gz
Add tags quirk for IBM DNES drives.
PR: 21139 Obtained from: campt@miralink.com
-rw-r--r--sys/cam/cam_xpt.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index 70d6b65..62ff168 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -340,6 +340,17 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
/*quirks*/0, /*mintags*/0, /*maxtags*/0
},
{
+ /*
+ * PR: kern/21139
+ * DNES docs state on page 203 that this device only
+ * supports 64 queued commands. 9gig and 18gig devices P/N
+ * DNES-318350 and DNES-309170.
+ * Reported by: Tracey Camp <campt@miralink.com>
+ */
+ { T_DIRECT, SIP_MEDIA_FIXED, "IBM", "DNES*","*" },
+ /*quirks*/0, /*mintags*/2,/*maxtags*/32
+ },
+ {
/* Broken tagged queuing drive */
{ T_DIRECT, SIP_MEDIA_REMOVABLE, "iomega", "jaz*", "*" },
/*quirks*/0, /*mintags*/0, /*maxtags*/0
OpenPOWER on IntegriCloud