summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>2001-01-29 05:33:14 +0000
committerken <ken@FreeBSD.org>2001-01-29 05:33:14 +0000
commit5558e85bb40ae6817c61840017477aa7e2c51e2f (patch)
tree16b00336ad71a6c37b459fdd352e01bae0e9ea33
parentc3dd7e380ee3ca227730ab6a8daa4e35ad4f004e (diff)
downloadFreeBSD-src-5558e85bb40ae6817c61840017477aa7e2c51e2f.zip
FreeBSD-src-5558e85bb40ae6817c61840017477aa7e2c51e2f.tar.gz
Back out rev 1.102. The IBM DNES drives work fine for me, jedgar and other
folks. My guess is that reducing the number of tags is just masking the real problem for the PR submitter. I'll re-open the PR and see if I can work with the submitter to diagnose the problem. PR: 21139
-rw-r--r--sys/cam/cam_xpt.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index 0d15961..6ed9f85 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -340,17 +340,6 @@ 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