From owner-cvs-all Fri Feb 26 10:39:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 58E9414CCC; Fri, 26 Feb 1999 10:38:24 -0800 (PST) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA02379; Fri, 26 Feb 1999 10:38:08 -0800 (PST) (envelope-from ken@FreeBSD.org) Message-Id: <199902261838.KAA02379@freefall.freebsd.org> From: Kenneth Merry Date: Fri, 26 Feb 1999 10:38:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/02/26 10:38:08 PST Modified files: sys/cam cam_xpt.c Log: Add a quirk entry for the Seagate Medalist Pro 6 gig drive. It seems this drive has very poor write performance (1.4MB/sec vs. 12MB/sec) with anything more than two oustanding transactions. So, this limits the number of tagged commands to two for that drive. Thanks to Paul van der Zwan for doing a whole lot of testing to confirm this. Reported by: Paul van der Zwan Revision Changes Path 1.45 +16 -4 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message