From owner-freebsd-amd64@FreeBSD.ORG Tue Feb 1 19:14:17 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 682AA16A4CE for ; Tue, 1 Feb 2005 19:14:17 +0000 (GMT) Received: from ack.Berkeley.EDU (ack.Berkeley.EDU [128.32.206.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24FD743D49 for ; Tue, 1 Feb 2005 19:14:17 +0000 (GMT) (envelope-from mhunter@ack.Berkeley.EDU) Received: (from mhunter@localhost) by ack.Berkeley.EDU (8.11.3/8.11.3) id j11JEGG21077 for freebsd-amd64@freebsd.org; Tue, 1 Feb 2005 11:14:16 -0800 (PST) Date: Tue, 1 Feb 2005 11:14:16 -0800 From: Mike Hunter To: freebsd-amd64@freebsd.org Message-ID: <20050201191416.GB18651@ack.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: fxp0 device timeout X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 19:14:17 -0000 Hi, I saw this little gem in my /var/log/messages: Feb 1 02:27:54 myserver kernel: fxp0: device timeout -bash-2.05b$ ifconfig fxp0 fxp0: flags=8843 mtu 1500 options=8 inet 123.45.67.89 netmask 0xffffffe0 broadcast 123.45.67.89 ether 00:e0:81:2b:4a:e7 media: Ethernet autoselect (100baseTX ) status: active -bash-2.05b$ dmesg | grep fxp fxp0: port 0xbc00-0xbc3f mem 0xfeaa0000-0xfeabffff,0xfeafb000-0xfeafbfff irq 18 at device 8.0 on pci3 miibus0: on fxp0 fxp0: Ethernet address: 00:e0:81:2b:4a:e7 At that time of day it would probably have been doing an scp. uname -a: myserver.Net.Berkeley.EDU 5.3-STABLE FreeBSD 5.3-STABLE #0: Sat Dec 11 10:56:35 PST 2004 root@:/usr/obj/usr/src/sys/myserver amd64 Any advice? Thanks! Mike