From owner-freebsd-usb@FreeBSD.ORG Tue Aug 19 22:09:10 2008 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2B1A1065691; Tue, 19 Aug 2008 22:09:10 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 6A5688FC22; Tue, 19 Aug 2008 22:09:10 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m7JM5Ai7090812; Tue, 19 Aug 2008 16:05:11 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 19 Aug 2008 16:05:10 -0600 (MDT) Message-Id: <20080819.160510.104119134.imp@bsdimp.com> To: bakul@bitblocks.com From: Warner Losh In-Reply-To: <20080819211814.6CD685B4D@mail.bitblocks.com> References: <200808192244.24034.hselasky@c2i.net> <20080819211814.6CD685B4D@mail.bitblocks.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: usb@FreeBSD.org, current@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: HEADSUP new usb code coming in. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2008 22:09:10 -0000 From: Bakul Shah Subject: Re: HEADSUP new usb code coming in. Date: Tue, 19 Aug 2008 14:18:13 -0700 > On Tue, 19 Aug 2008 22:44:20 +0200 Hans Petter Selasky wrote: > > > > New stuff (all of which I can remember right now): > ... > > Accidentally unplugging a mounted USB disk (without > unmounting it) resulted in a hang or a crash. Is this fixed? That's fixed in -current right now with the old stack. It isn't a usb issue at all, but a buffer cache issue. Warner