From owner-freebsd-hardware@FreeBSD.ORG Sun Apr 6 11:35:38 2003 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 041DB37B401 for ; Sun, 6 Apr 2003 11:35:38 -0700 (PDT) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41AA243FA3 for ; Sun, 6 Apr 2003 11:35:37 -0700 (PDT) (envelope-from mike@sentex.net) Received: from house (cage.simianscience.com [64.7.134.1]) by smtp1.sentex.ca (8.12.9/8.12.6) with SMTP id h36IZcch078455; Sun, 6 Apr 2003 14:35:38 -0400 (EDT) (envelope-from mike@sentex.net) From: Mike Tancsa To: Roar Pettersen Date: Sun, 06 Apr 2003 14:37:14 -0400 Message-ID: References: In-Reply-To: X-Mailer: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable cc: freebsd-hardware@freebsd.org Subject: Re: fxp2 : device timeout X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2003 18:35:38 -0000 * If you have PnP enabled in your BIOS, turn it off. =20 * try and do a PCIconfig reset in your BIOS if it supports that. =20 * try and have the cards on non shared interrupts. * if the 2 cards having problems are in PCI slots that share interrupts = and DMA, separate them into slots that do not. * You are *probably* best off to enable device_polling with that many cards. See man 4 polling ---Mike On Sun, 6 Apr 2003 20:16:12 +0200 (MEST), in = sentex.lists.freebsd.hardware you wrote: >Hello ! > >I've a freshly installed 4.8-RELEASE server with >four fxp interfaces (Intel). Only two of the interfaces >works (fxp0 & fxp1) > >I get error messages : > >fxp2 : device timeout >fxp3 : device timeout > >pciconf -lw : >ofxp0@pci0:2:0: class=3D0x020000 card=3D0xb1340e11 chip=3D0x12298086 = rev=3D0x08 >hdr=3D0x00 > vendor =3D 'Intel Corporation' > device =3D '82557/8/9 EtherExpress PRO/100(B) Ethernet Adapter' > class =3D network > subclass =3D ethernet >fxp1@pci0:4:0: class=3D0x020000 card=3D0xb1340e11 chip=3D0x12298086 = rev=3D0x08 >hdr=3D0x00 > vendor =3D 'Intel Corporation' > device =3D '82557/8/9 EtherExpress PRO/100(B) Ethernet Adapter' > class =3D network > subclass =3D ethernetB >fxp2@pci8:4:0: class=3D0x020000 card=3D0x10f08086 chip=3D0x12298086 = rev=3D0x05 >hdr=3D0x00 > vendor =3D 'Intel Corporation' > device =3D '82557/8/9 EtherExpress PRO/100(B) Ethernet Adapter' > class =3D network > subclass =3D ethernet >fxp3@pci8:5:0: class=3D0x020000 card=3D0x10f08086 chip=3D0x12298086 = rev=3D0x05 >hdr=3D0x00 > vendor =3D 'Intel Corporation' > device =3D '82557/8/9 EtherExpress PRO/100(B) Ethernet Adapter' > class =3D network > subclass =3D ethernet > >I'm using this driver : > >* $FreeBSD: src/sys/dev/fxp/if_fxp.c,v 1.110.2.29 2003/04/05 19:03:23 = jdp > > >Booting the kernel.GENERIC, then all four fxp interfaces work. Mike Tancsa (mike@sentex.net)=09 http://www.sentex.net/mike