From owner-freebsd-current@FreeBSD.ORG Mon Sep 15 21:32:27 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BCEA1065673; Mon, 15 Sep 2008 21:32:27 +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 2AD3C8FC0A; Mon, 15 Sep 2008 21:32:26 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.local ([192.168.254.200]) (authenticated bits=0) by pooker.samsco.org (8.14.2/8.14.2) with ESMTP id m8FLW26e078675; Mon, 15 Sep 2008 15:32:03 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <48CED452.6020709@samsco.org> Date: Mon, 15 Sep 2008 15:32:02 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9 MIME-Version: 1.0 To: Hans Petter Selasky References: <200809112044.43749.hselasky@c2i.net> <48CB3D09.4050908@elischer.org> <20080913170845.GT1147@cicely7.cicely.de> <200809152229.28590.hselasky@c2i.net> In-Reply-To: <200809152229.28590.hselasky@c2i.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=3.8 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: rink@freebsd.org, current@freebsd.org, fbsd-current@mawer.org, Julian Elischer , freebsd-usb@freebsd.org, volker@vwsoft.com, ticso@cicely.de, "M. Warner Losh" Subject: Re: "legacy" usb stack fixes 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: Mon, 15 Sep 2008 21:32:27 -0000 Hans Petter Selasky wrote: > Hi, > > Please find a link to my implementation. Panics when unplugging USB Mass > Storage Devices is now a thing of the past, I hope. Any comments ? > > http://perforce.freebsd.org/chv.cgi?CH=149821 > > --HPS So you're sticking with a SIM per umass target, and adding a global lock? Scott