From owner-freebsd-current@FreeBSD.ORG Sat Sep 15 08:15:41 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 DF9E816A420; Sat, 15 Sep 2007 08:15:41 +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 6036213C461; Sat, 15 Sep 2007 08:15:41 +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 l8F7kWc5068912; Sat, 15 Sep 2007 01:46:32 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <46EB8DD6.7010103@samsco.org> Date: Sat, 15 Sep 2007 01:46:30 -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: Christian Brueffer References: <46E615C4.1010605@samsco.org> <20070915070409.GA1893@haakonia.hitnet.RWTH-Aachen.DE> In-Reply-To: <20070915070409.GA1893@haakonia.hitnet.RWTH-Aachen.DE> 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]); Sat, 15 Sep 2007 01:46:32 -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: Sat, 15 Sep 2007 08:15:42 -0000 Christian Brueffer wrote: > On Mon, Sep 10, 2007 at 10:12:52PM -0600, 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) >> > > Works fine with an external FireWire enclosure here: > > da0: Fixed Simplified Direct Access SCSI-4 device > > - Christian > Thanks for testing! Scott