From owner-cvs-all@FreeBSD.ORG Tue Mar 8 16:37:37 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABE3D16A4CE; Tue, 8 Mar 2005 16:37:37 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8E0443D31; Tue, 8 Mar 2005 16:37:36 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j28GavfN012321; Tue, 8 Mar 2005 09:36:57 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 08 Mar 2005 09:37:00 -0700 (MST) Message-Id: <20050308.093700.94399087.imp@bsdimp.com> To: jeremie@le-hen.org From: "M. Warner Losh" In-Reply-To: <20050307230515.GD94451@obiwan.tataz.chchile.org> References: <20050305.221600.35662653.imp@bsdimp.com> <20050306174714.GC74191@obiwan.tataz.chchile.org> <20050307230515.GD94451@obiwan.tataz.chchile.org> 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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cardbus cardbus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 16:37:37 -0000 In message: <20050307230515.GD94451@obiwan.tataz.chchile.org> Jeremie Le Hen writes: : dc0: requested interrupt 6-6,count = 1 not supported by cbb : dc0: couldn't map interrupt I've been unable to reproduce this problem with the latest code :-(. It also looks like a bug in dc that it can't handle the interrupt not being available and clean up gracefully. Warner