From owner-freebsd-current@FreeBSD.ORG Wed Nov 17 17:56:24 2004 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 F2C1A16A4CE for ; Wed, 17 Nov 2004 17:56:23 +0000 (GMT) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A9B043D1F for ; Wed, 17 Nov 2004 17:56:23 +0000 (GMT) (envelope-from arno@heho.snv.jussieu.fr) Received: from heho.snv.jussieu.fr (heho.snv.jussieu.fr [134.157.184.22]) by shiva.jussieu.fr (8.12.11/jtpda-5.4) with ESMTP id iAHHuH2T095663 ; Wed, 17 Nov 2004 18:56:17 +0100 (CET) X-Ids: 166 Received: from heho.snv.jussieu.fr (localhost [127.0.0.1]) iAHHuGsA004838 ; Wed, 17 Nov 2004 18:56:16 +0100 (MET) Received: (from arno@localhost) by heho.snv.jussieu.fr (8.13.1/8.13.1/Submit) id iAHHuEId004833; Wed, 17 Nov 2004 18:56:14 +0100 (MET) (envelope-from arno) To: "Wilkinson, Alex" References: <20041116021421.GK56252@squash.dsto.defence.gov.au> From: "Arno J. Klaassen" Date: 17 Nov 2004 18:56:13 +0100 In-Reply-To: <20041116021421.GK56252@squash.dsto.defence.gov.au> Message-ID: Lines: 33 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.11 (shiva.jussieu.fr [134.157.0.166]); Wed, 17 Nov 2004 18:56:17 +0100 (CET) X-Miltered: at shiva.jussieu.fr with ID 419B90C1.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Antivirus: scanned by sophie at shiva.jussieu.fr cc: freebsd-current@freebsd.org Subject: Re: bge(4) watchdog timeout 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: Wed, 17 Nov 2004 17:56:24 -0000 "Wilkinson, Alex" writes: > I get the following errors, however, although it states that there is no > carrier, there is. > > bge0: firmware handshake timed out > bge0: RX CPU self-diagnostics failed! > bge0: flags=8843 mtu 1500 > options=1a > inet 131.185.40.211 netmask 0xfffffc00 broadcast 131.185.43.255 > ether 00:11:0a:40:d2:dd > media: Ethernet autoselect (none) > status: no carrier > > Mounting NFS file systems:bge0: watchdog timeout -- resetting > > > Here is ifconfig(8) output after fully booted: > > bge0: flags=8843 mtu 1500 > options=1a > inet 131.185.40.211 netmask 0xfffffc00 broadcast 131.185.43.255 > ether 00:11:0a:40:d2:dd > media: Ethernet autoselect (100baseTX ) > status: active > > Seems odd enough, to email the wizards about it. one of my co-workers had a similar problem (PR 73538). Leaving out "device apic" from the kernel-config "fixed" the problem. YMMV Arno