From owner-freebsd-current@FreeBSD.ORG Wed Jun 20 14:50:22 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5983016A46E for ; Wed, 20 Jun 2007 14:50:22 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe09.swip.net [212.247.155.1]) by mx1.freebsd.org (Postfix) with ESMTP id DFBB213C46C for ; Wed, 20 Jun 2007 14:50:21 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [194.248.135.20] (account mc467741@c2i.net HELO laptop.lan) by mailfe09.swip.net (CommuniGate Pro SMTP 5.1.9) with ESMTPA id 355345337; Wed, 20 Jun 2007 16:50:20 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Wed, 20 Jun 2007 16:50:18 +0200 User-Agent: KMail/1.9.5 References: <466913F0.2060200@cytexbg.com> <200706191540.02882.hselasky@c2i.net> <467934EA.10606@cytexbg.com> In-Reply-To: <467934EA.10606@cytexbg.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706201650.18191.hselasky@c2i.net> Cc: Niki Denev Subject: Re: panic when removing pccard 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: Wed, 20 Jun 2007 14:50:22 -0000 On Wednesday 20 June 2007 16:08, Niki Denev wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > After i disabled if_ural and if_rum and fixed a minor thing in umass.c > (added the missing argument to one cam/xpt function which api apparently > changed in -current) > the new stack compiled without problems, and now the card works > perfectly and don't have more usb related panics :) Thanks! I'm glad to hear. But we should also try to get this problem fixed in the old USB stack some day ... --HPS