From owner-freebsd-usb@FreeBSD.ORG Mon Dec 5 14:13:52 2005 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B0D616A41F for ; Mon, 5 Dec 2005 14:13:52 +0000 (GMT) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D03C43D45 for ; Mon, 5 Dec 2005 14:13:50 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: Y1QAsIk9O44SO+J/q9KNyQ== X-Cloudmark-Score: 0.000000 [] Received: from mp-216-88-78.daxnet.no ([193.216.88.78] verified) by mailfe05.swip.net (CommuniGate Pro SMTP 5.0.2) with ESMTP id 37401840; Mon, 05 Dec 2005 15:13:48 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Mon, 5 Dec 2005 15:15:07 +0100 User-Agent: KMail/1.7 References: <200512041421.22927.arved@arved.at> In-Reply-To: <200512041421.22927.arved@arved.at> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512051515.08318.hselasky@c2i.net> Cc: Tilman Linneweh Subject: Re: Panic in ugen_detach X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hselasky@c2i.net List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2005 14:13:52 -0000 On Sunday 04 December 2005 14:21, Tilman Linneweh wrote: > Hi, > > Today i disconnected my Webcam (Creative Vista), while the device was still > opened by spcaview. > > It resulted in a panic with the following trace: > I have rewritten the ugen driver from scratch. Maybe you could try to reproduce with my USB driver: Download the three files below into a new directory and type "make install" (to uninstall type "make deinstall") http://home.c2i.net/hselasky/isdn4bsd/privat/usb/Makefile http://home.c2i.net/hselasky/isdn4bsd/privat/usb/new_usb_1_5_4.diff.bz2 http://home.c2i.net/hselasky/isdn4bsd/privat/usb/new_usb_1_5_4.tar.bz2 Type "make help" to get more help. --HPS