From owner-freebsd-current@FreeBSD.ORG Thu Mar 2 08:46:47 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2174716A420 for ; Thu, 2 Mar 2006 08:46:47 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id B581F43D49 for ; Thu, 2 Mar 2006 08:46:46 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k228jQ1a014059; Thu, 2 Mar 2006 01:45:27 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 02 Mar 2006 01:45:35 -0700 (MST) Message-Id: <20060302.014535.118975028.imp@bsdimp.com> To: pbowen@fastmail.fm From: "M. Warner Losh" In-Reply-To: <440654EA.7020207@fastmail.fm> References: <4404AAF1.6090009@savvis.net> <20060228.201210.62398416.imp@bsdimp.com> <440654EA.7020207@fastmail.fm> 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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 02 Mar 2006 01:45:28 -0700 (MST) Cc: freebsd-current@freebsd.org Subject: Re: -current panics when usb device is detached 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: Thu, 02 Mar 2006 08:46:47 -0000 In message: <440654EA.7020207@fastmail.fm> Patrick Bowen writes: : M. Warner Losh wrote: : : >In message: <4404AAF1.6090009@savvis.net> : > Maksim Yevmenkin writes: : >: is usb in -current broken? my laptop panics when i detach usb device. : > : >I'll take a look into this, since I think I may have broken this... : > : >Warner : >_______________________________________________ : >freebsd-current@freebsd.org mailing list : >http://lists.freebsd.org/mailman/listinfo/freebsd-current : >To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" : > : > : > : Mr. Losh; : : Had the same thing happen on my machine; : : FreeBSD sg1.sgc.org 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Wed Mar 1 : 19:18:18 CST 2006 pbowen@sg1.sgc.org:/usr/obj/usr/src/sys/GENERIC i386 : : I don't remember if you got a backtrace from the OP, so I'm attaching : that and a dmesg. Hope it helps. I've reverted the change in -stable that I'm pretty sure is the root of this. I'll try to find some time soon to fix it in head. Warner