From owner-cvs-src@FreeBSD.ORG Tue Jan 23 20:46:06 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 CD3A016A408; Tue, 23 Jan 2007 20:46:06 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 8C64113C44C; Tue, 23 Jan 2007 20:46:04 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id l0NKjwrk027035; Tue, 23 Jan 2007 13:46:03 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <45B67401.9070102@samsco.org> Date: Tue, 23 Jan 2007 13:45:53 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1 MIME-Version: 1.0 To: mjacob@FreeBSD.org References: <20070123173026.E692416A4CD@hub.freebsd.org> <45B65710.4060607@root.org> <20070123105009.G41619@ns1.feral.com> In-Reply-To: <20070123105009.G41619@ns1.feral.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Tue, 23 Jan 2007 13:46:03 -0700 (MST) X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Nate Lawson 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 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 20:46:06 -0000 mjacob@FreeBSD.org wrote: > > >>> */ >>> - {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. Yes, and this would be easy to do. > > 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. umass should probably just disable the SYNC_CACHE commands from CAM, as well as whatever other commands are always quirked. The firewire SIM should probably do the same. Scott