From owner-freebsd-bugs@FreeBSD.ORG Sun Mar 7 10:10:22 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FFCB16A4CE for ; Sun, 7 Mar 2004 10:10:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EF3E43D45 for ; Sun, 7 Mar 2004 10:10:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i27IAMbv078660 for ; Sun, 7 Mar 2004 10:10:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i27IAMBr078659; Sun, 7 Mar 2004 10:10:22 -0800 (PST) (envelope-from gnats) Date: Sun, 7 Mar 2004 10:10:22 -0800 (PST) Message-Id: <200403071810.i27IAMBr078659@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Thomas Sandford" Subject: Re: i386/40274: "fxp: device timeout" errors during heavy, sustained network activity X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas Sandford List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2004 18:10:22 -0000 The following reply was made to PR i386/40274; it has been noted by GNATS. From: "Thomas Sandford" To: , Cc: Subject: Re: i386/40274: "fxp: device timeout" errors during heavy, sustained network activity Date: Sun, 7 Mar 2004 18:02:02 -0000 Another datapoint: I'm seeing this problem under 4.9-RELEASE on a Compaq Proliant 1600. The usual trigger in my case is copies of large files using Samba. dmesg extract: fxp0: port 0x2800-0x283f mem 0xc6e00000-0xc6efffff,0xc6dfd000-0xc6dfdfff irq 15 at device 11.0 on pci1 The kernel is GENERIC with the following changes (diff -u extracts): -cpu I386_CPU -cpu I486_CPU -cpu I586_CPU ... +options SMP +options APIC_IO -- Thomas Sandford