From owner-freebsd-current@FreeBSD.ORG Tue Jun 3 15:17:21 2003 Return-Path: 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 BC06637B401 for ; Tue, 3 Jun 2003 15:17:19 -0700 (PDT) Received: from mailhub02.unibe.ch (mailhub02.unibe.ch [130.92.9.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DD6E43F93 for ; Tue, 3 Jun 2003 15:17:18 -0700 (PDT) (envelope-from roth@iam.unibe.ch) Received: from localhost (localhost [127.0.0.1]) by mailhub02.unibe.ch (Postfix) with ESMTP id 7385C76445; Wed, 4 Jun 2003 00:17:17 +0200 (MEST) Received: from mailhub02.unibe.ch ([127.0.0.1]) by localhost (mailhub02 [127.0.0.1:10024]) (amavisd-new) with LMTP id 22651-01-17; Wed, 4 Jun 2003 00:17:16 +0200 (MEST) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub02.unibe.ch (Postfix) with ESMTP id C13327649E; Wed, 4 Jun 2003 00:17:16 +0200 (MEST) Received: from speedy.unibe.ch (speedy [130.92.64.35]) by asterix.unibe.ch (8.11.6+Sun/8.11.6) with ESMTP id h53MHGK14262; Wed, 4 Jun 2003 00:17:16 +0200 (MET DST) Received: (from roth@localhost) by speedy.unibe.ch (8.11.6+Sun/8.10.2) id h53MHGj01060; Wed, 4 Jun 2003 00:17:16 +0200 (MEST) Date: Wed, 4 Jun 2003 00:17:16 +0200 From: Tobias Roth To: Paul Richards Message-ID: <20030603221716.GD843@speedy.unibe.ch> References: <20030603210021.GC843@speedy.unibe.ch> <1054591160.1641.17.camel@cf.freebsd-services.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1054591160.1641.17.camel@cf.freebsd-services.com> User-Agent: Mutt/1.4i X-Operating-System: SunOS speedy 5.8 Generic_108528-16 sun4u sparc SUNW,Ultra-80 X-Virus-checked: by University of Berne cc: current@freebsd.org Subject: Re: fxp0: device timeout with 5.1BETA2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 03 Jun 2003 22:17:21 -0000 On Mon, Jun 02, 2003 at 10:59:22PM +0100, Paul Richards wrote: > On Tue, 2003-06-03 at 22:00, Tobias Roth wrote: > > > > fxp0: device timeout > > > > I get these as well. Is it on irq9 by any chance, along with acpi0 ? No. It's on irc 11 device 8 (as dmesg states). All irqs in bios are set to 11 (factory default). ACPI is disabled. It's a fresh 5.1-BETA2 system with the following modifications: hint.apm.0.disabled="0" hint.acpi.0.disabled="1" hint.fxp.0.prefer_iomap="1"