From owner-cvs-src@FreeBSD.ORG Tue Jan 23 18:52:28 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9507D16A401; Tue, 23 Jan 2007 18:52:28 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id 66CE713C461; Tue, 23 Jan 2007 18:52:28 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.13.8/8.13.8) with ESMTP id l0NIqKvC041769; Tue, 23 Jan 2007 10:52:28 -0800 (PST) (envelope-from mjacob@freebsd.org) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.13.8/8.13.8/Submit) with ESMTP id l0NIqJOD041766; Tue, 23 Jan 2007 10:52:19 -0800 (PST) (envelope-from mjacob@freebsd.org) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Tue, 23 Jan 2007 10:52:19 -0800 (PST) From: mjacob@freebsd.org To: Nate Lawson In-Reply-To: <45B65710.4060607@root.org> Message-ID: <20070123105009.G41619@ns1.feral.com> References: <20070123173026.E692416A4CD@hub.freebsd.org> <45B65710.4060607@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mjacob@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jan 2007 18:52:28 -0000 >> */ >> - {T_DIRECT, SIP_MEDIA_REMOVABLE, "*", "MP3 Player*", >> + {T_DIRECT, SIP_MEDIA_REMOVABLE, "EM732X", "MP3 Player*", >> "1.0"}, /*quirks*/ DA_Q_NO_SYNC_CACHE >> }, >> }; > > Thanks. a) It'd be nice if we could move quirks to some sysctl or hints format to get out of this tail chasing business. b) We should have a 'scsi_pessimistic' flag that would be used for install kernels and as emergency parachutes for people that allows people to drive h/w with minimum requirements and functionality.