From owner-freebsd-current@FreeBSD.ORG Fri Oct 14 03:38:59 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2593816A41F for ; Fri, 14 Oct 2005 03:38:59 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB1D243D45 for ; Fri, 14 Oct 2005 03:38:58 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j9E3cXk9080217; Thu, 13 Oct 2005 21:38:33 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 13 Oct 2005 21:39:43 -0600 (MDT) Message-Id: <20051013.213943.05622321.imp@bsdimp.com> To: freebsd@psam.se From: "M. Warner Losh" In-Reply-To: <434E538F.80000@psam.se> References: <434E538F.80000@psam.se> 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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 13 Oct 2005 21:38:33 -0600 (MDT) Cc: freebsd-current@freebsd.org Subject: Re: Thoshiba Tecra 8000 with 3com 3CXFE575CT 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: Fri, 14 Oct 2005 03:38:59 -0000 In message: <434E538F.80000@psam.se> Psadi writes: : I had decided to try FreeBSD 6.0 on my laptop. After I installed it : beta4 I recived alot of xl0: watchdog timeout every time I try to use : the internet. Interrupts aren't being routed correctly. You need to fix that. There's a tiny chance it is in your hardware setup, but since prior versions work, I'd guess this is the case. You'll need to save the dmesg from 6.0 and from 5.4 and compare the too. Sadly, the Tecra 8000 moniker was used by a lot of different laptops. Mine just works w/o any issues. : At startup I see that I get CARDBUS1: Resource not specified in CIS: : id=14, size=80 Ignore these. Generally they are just noise. : I added in pccard.conf that it should use IRQ 3,5,10,15 though when I : look it still uses 11 pccard.conf is completely ignored. : What else can I try or do to get more info for those that needs it? Put the laptop in my hands, and I'll fix it :-). Otherwise, we'll have to start with boot -v dmesgs from working and broken systems. Warner