From owner-cvs-all@FreeBSD.ORG Thu Jan 27 18:21:51 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2210716A4CE; Thu, 27 Jan 2005 18:21:51 +0000 (GMT) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC30B43D48; Thu, 27 Jan 2005 18:21:50 +0000 (GMT) (envelope-from mj@feral.com) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.13.1/8.13.1) with ESMTP id j0RILofS088570; Thu, 27 Jan 2005 10:21:50 -0800 (PST) (envelope-from mj@feral.com) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.13.1/8.13.1/Submit) with ESMTP id j0RILoUA088567; Thu, 27 Jan 2005 10:21:50 -0800 (PST) (envelope-from mj@feral.com) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Thu, 27 Jan 2005 10:21:50 -0800 (PST) From: Matthew Jacob X-X-Sender: mjacob@ns1.feral.com To: Nate Lawson In-Reply-To: <41F92D88.4090201@root.org> Message-ID: <20050127102134.A88509@ns1.feral.com> References: <20050125085911.0A69D16A4FA@hub.freebsd.org> <41F92D88.4090201@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: cvs-src@FreeBSD.org cc: Michael Reifenberger cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_xpt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matthew Jacob List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 18:21:51 -0000 > Wait, this is what I was afraid of. We don't want to make the same mistake > again that was made with USB and Firewire devices. We had proliferating > quirks (nearly a hundred at one point) just because device firmware couldn't > properly reject the 6-byte commands, hanging instead. > > Before we add more quirks, REPORT_LUNS should be implemented. If it fixes > this device, the quirk should also be removed. Well, feel free to do so! :-)