From owner-freebsd-current Fri Mar 8 2:48:57 2002 Delivered-To: freebsd-current@freebsd.org Received: from sunic.sunet.se (sunic.sunet.se [192.36.125.2]) by hub.freebsd.org (Postfix) with ESMTP id 02FDD37B41B for ; Fri, 8 Mar 2002 02:48:53 -0800 (PST) Received: from irfu.se (sol.irfu.se [130.238.30.6]) by sunic.sunet.se (8.9.3/8.9.3) with SMTP id LAA01895; Fri, 8 Mar 2002 11:48:41 +0100 (MET) Received: from jet.irfu.se by irfu.se (SMI-8.6/SMI-SVR4) id LAA15967; Fri, 8 Mar 2002 11:47:45 +0100 Received: from jet (localhost [::1]) by jet.irfu.se (8.11.6+Sun/8.11.6) with ESMTP id g28Ambu05846; Fri, 8 Mar 2002 11:48:38 +0100 (MET) Content-Type: text/plain; charset="iso-8859-1" From: Yuri Khotyaintsev Organization: Swedish Institute of Space Physics To: "M. Warner Losh" Subject: Re: cardbus problem Date: Fri, 8 Mar 2002 11:48:35 +0100 X-Mailer: KMail [version 1.3.99] Cc: freebsd-current@FreeBSD.ORG References: <200203071105.17725.yuri@irfu.se> <20020307.091345.82190418.imp@village.org> In-Reply-To: <20020307.091345.82190418.imp@village.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200203081148.36306.yuri@irfu.se> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 07 March 2002 17.13, M. Warner Losh wrote: > In message: <200203071105.17725.yuri@irfu.se> > : I have xl0: watchdog timeout on my 3Com cardbus card after updating > : kernel recently. Everything seems to be OK during boot, > : but xl0: watchdog timeout starts directly after ifconfig, and makes > : network incredibly slow. > : boot -v will not boot at all, it stops somewhere around > : cardbus_attach_card. > : > : It seems the problem is in recent changes to sys/dev/cardbus, because > : taking the August version of sys/dev/cardbus/* files resolved the > : problem. > > So using a completely -current kernel, except for the "august" version > of sys/dev/cardbus/*? I wouldn't have expected that to compile, but > that's a good data point if true. Yes, it compiled. The only complain was about DETACH_NOWARN. > : xl0: <3Com 3c656B Fast Etherlink XL> port 0x1000-0x107f mem > : 0x84002000-0x8400207f,0x84002000-0x840020ff irq 11 at device 0.0 on > : cardbus1 xl0: Ethernet address: 00:50:04:92:29:17 > > What does vmstat -i say about irq 11? This is for the new kernel: interrupt total rate stray irq0 1 0 stray irq6 1 0 npx0 irq13 1 0 ata0 irq14 1323 12 pccbb1 irq11 1 0 atkbd0 irq1 200 1 clk irq0 10417 100 Total 11944 114 This is for kernel with "august" cardbus: interrupt total rate stray irq0 1 0 stray irq6 1 0 npx0 irq13 1 0 ata0 irq14 1371 19 atkbd0 irq1 133 1 clk irq0 6868 99 xl0 irq11 63 0 So its pccbb1 on irq 11 in the first case, and xl0 in the second. Yuri > Warner > > /me gets out his 656 cardbus card and gives it a whirl. -- Yuri Khotyaintsev Swedish Institute of Space Physics To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message