From owner-cvs-all@FreeBSD.ORG Tue Mar 8 17:01:45 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 9CA6216A4CE for ; Tue, 8 Mar 2005 17:01:45 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id E346443D55 for ; Tue, 8 Mar 2005 17:01:44 +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 j28GxbCL012630; Tue, 8 Mar 2005 09:59:37 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 08 Mar 2005 09:59:41 -0700 (MST) Message-Id: <20050308.095941.109167550.imp@bsdimp.com> To: eta@lclark.edu From: "M. Warner Losh" In-Reply-To: <1110300437.6816.7.camel@leguin> References: <20050307230515.GD94451@obiwan.tataz.chchile.org> <20050308.093700.94399087.imp@bsdimp.com> <1110300437.6816.7.camel@leguin> 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: jeremie@le-hen.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 17:01:45 -0000 In message: <1110300437.6816.7.camel@leguin> Eric Anholt writes: : On Tue, 2005-03-08 at 09:37 -0700, M. Warner Losh wrote: : > 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. : : I'm getting the same on -current with my ath0 on a Compaq Evo n600c. : Should the "interrupt #-#,count=1" number match the irq the card is : assigned? You shouldn't even be getting the message :-). So far everyone has seen 6 (except me :-(. Warner