From owner-cvs-all@FreeBSD.ORG Tue Jan 23 19:13:17 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9430016A400; Tue, 23 Jan 2007 19:13:17 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 67DE013C448; Tue, 23 Jan 2007 19:13:17 +0000 (UTC) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id l0NJDGie029816 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 23 Jan 2007 11:13:16 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <45B65E4C.2050306@errno.com> Date: Tue, 23 Jan 2007 11:13:16 -0800 From: Sam Leffler User-Agent: Thunderbird 1.5.0.8 (X11/20061115) 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> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jan 2007 19:13:17 -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. > > 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. > > There are other databases besides quirks that'd be good to make more flexible. Wonder if splitting them into modules would be an improvement? Not as good as a sysctl or a hint but it would allow changing a GENERIC kernel w/o rebuilding. Sam