From owner-cvs-all Sat Mar 13 21:18: 2 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 DB2AF14EE6; Sat, 13 Mar 1999 21:15:52 -0800 (PST) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA29957; Sat, 13 Mar 1999 21:15:39 -0800 (PST) (envelope-from ken@FreeBSD.org) Message-Id: <199903140515.VAA29957@freefall.freebsd.org> From: Kenneth Merry Date: Sat, 13 Mar 1999 21:15:39 -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/03/13 21:15:39 PST Modified files: sys/cam cam_xpt.c Log: Disable tagged queueing for the IBM DCAS drives. These drives have poor write performance when tagged queueing is enabled. Although the PR was submitted for the 4 gig version of this drive, the assumption is that the 2 gig version has the same problem. Therefore tagged queueing is disabled for both. Also, update the comment for the Western Digital Enterprise drives to note that the best performance for those drives is achieved when tagged queueing is disabled and write caching is enabled. PR: kern/10398 Submitted by: Hideaki Okada Revision Changes Path 1.49 +30 -1 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message