From owner-freebsd-current@FreeBSD.ORG Tue Sep 11 05:08:37 2007 Return-Path: Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6CBA16A418; Tue, 11 Sep 2007 05:08:37 +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 94EE613C461; Tue, 11 Sep 2007 05:08:37 +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.8/8.13.8) with ESMTP id l8B58YOJ036358; Mon, 10 Sep 2007 23:08:34 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <46E622BE.6050108@samsco.org> Date: Mon, 10 Sep 2007 23:08:14 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: Hidetoshi Shimokawa References: <46E615C4.1010605@samsco.org> <626eb4530709102132t7f17ec37lf4ef1c11874fde0c@mail.gmail.com> In-Reply-To: <626eb4530709102132t7f17ec37lf4ef1c11874fde0c@mail.gmail.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]); Mon, 10 Sep 2007 23:08:34 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: freebsd-scsi@FreeBSD.ORG, njl@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: Retirement of CAM_QUIRK_NOSERIAL X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2007 05:08:37 -0000 Hidetoshi Shimokawa wrote: > On 9/11/07, Scott Long wrote: >> All, >> >> The attached patch should make CAM behave properly with regard to >> probing device serial numbers only when the device advertises that >> it supports it. It will hopefully eliminate the need for the >> CAM_QUIRK_NOSERIAL quirk (one instance is left because of an unrelated >> legacy problem that may or may not be possible to fix). This should >> especially benefit USB-UMASS devices, where the console output should >> be less noisy. It might even make more devices work out-of-the-box. >> So please focus testing on USB, but I'd also ask that people test >> the following devices as well as any firewire devices: >> >> * Western Digital My Book 250GB (USB) >> * Maxtor Personal Storage 3000XT (Firewire) > > As far as I tested a few months ago, the quirk for Maxtor 3000XT is > not necessary > any more, though I don't know why. > > Please remove it. > It looks like a crude hack was added to the sbp firewire driver to short circuit exactly what my patch is trying to fix. Scott