From owner-freebsd-stable@FreeBSD.ORG Tue Sep 9 14:05:45 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5552106564A for ; Tue, 9 Sep 2008 14:05:45 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.freebsd.org (Postfix) with ESMTP id 9F5C88FC17 for ; Tue, 9 Sep 2008 14:05:45 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id E880415E7FB for ; Tue, 9 Sep 2008 10:05:44 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 09 Sep 2008 10:05:44 -0400 X-Sasl-enc: ldUgl5Opnndh+VrQpemqK8HK+aLOo0baxTWITPLYFeyd 1220969144 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 61CA527A14 for ; Tue, 9 Sep 2008 10:05:44 -0400 (EDT) Message-ID: <48C682B7.8000806@incunabulum.net> Date: Tue, 09 Sep 2008 15:05:43 +0100 From: Bruce M Simpson User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: FreeBSD stable X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Panic when detaching Vodafone 3G card X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2008 14:05:45 -0000 Hi, I just acquired one of these cards, it attaches as a USB cardbus device. This is just to say that I can reproduce the problem described here: http://www.rinta-aho.org/docs/option3g/option.html The driver support was originally committed here: http://www.freebsd.org/cgi/query-pr.cgi?pr=112161&cat= ...the ubsa driver attaches to the virtual modem port. If I unplug it, the kernel panics. The panic is in kobj_delete() (a null pointer reference) and it's on the usb detach path. Unfortunately I wasn't able to get a backtrace this time around. PS Does anybody know if ubsa will be ported to the new USB driver framework? cheers BMS