From owner-freebsd-current@FreeBSD.ORG Tue Jul 31 21:56:11 2007 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 896DC16A419 for ; Tue, 31 Jul 2007 21:56:11 +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 388DD13C465 for ; Tue, 31 Jul 2007 21:56:11 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l6VLs07Z023953; Tue, 31 Jul 2007 15:54:01 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 31 Jul 2007 15:54:05 -0600 (MDT) Message-Id: <20070731.155405.-432837936.imp@bsdimp.com> To: henrik@brixandersen.dk From: "M. Warner Losh" In-Reply-To: <20070731211541.GA4219@tirith.brixandersen.dk> References: <46AE3E33.1000908@totalterror.net> <20070731.150753.1169638321.imp@bsdimp.com> <20070731211541.GA4219@tirith.brixandersen.dk> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 31 Jul 2007 15:54:01 -0600 (MDT) Cc: niki@totalterror.net, current@freebsd.org Subject: Re: Panic on CardBus card eject (ubsa(4)) 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, 31 Jul 2007 21:56:11 -0000 In message: <20070731211541.GA4219@tirith.brixandersen.dk> Henrik Brix Andersen writes: : Hi Warner, : : On Tue, Jul 31, 2007 at 03:07:53PM -0600, M. Warner Losh wrote: : > I'll try to recreate it here and see if I can produce a fix for the : > FreeBSD usb stack. : : Thanks a lot - your work is much appreciated :) : : Naturally, I'd be happy to test any patches you come up with and : provide extra information if needed. OK. I do have an ohci card, but it looks like uhci would be affected also. I need to fix it so that subdevs goes away completely, and ifacenum lives in an ivar. So that's rather an icky problem to disentwingle. Warner