From owner-freebsd-current@FreeBSD.ORG Thu Nov 18 05:42:45 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 AB74316A4CE; Thu, 18 Nov 2004 05:42:45 +0000 (GMT) Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD32343D1D; Thu, 18 Nov 2004 05:42:44 +0000 (GMT) (envelope-from wilkinsa@squash.dsto.defence.gov.au) Received: from ednmsw503.dsto.defence.gov.au (ednmsw503.dsto.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au with ESMTP id iAI5fjZg028980; Thu, 18 Nov 2004 16:11:45 +1030 (CST) Received: from muttley.dsto.defence.gov.au (unverified) by ednmsw503.dsto.defence.gov.au (Content Technologies SMTPRS 4.3.10) with ESMTP id ; Thu, 18 Nov 2004 16:12:33 +1030 Received: from ednex501.dsto.defence.gov.au (ednex501.dsto.defence.gov.au [131.185.2.81]) by muttley.dsto.defence.gov.au (8.11.3/8.11.3) with ESMTP id iAI5aSh07235; Thu, 18 Nov 2004 16:06:29 +1030 (CST) Received: from squash.dsto.defence.gov.au ([131.185.40.212]) by ednex501.dsto.defence.gov.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id RZJDQ9WC; Thu, 18 Nov 2004 16:06:18 +1030 Received: from squash.dsto.defence.gov.au (localhost [127.0.0.1]) by squash.dsto.defence.gov.au (8.12.11/8.12.11) with ESMTP id iAI5bOTQ068357 ; Thu, 18 Nov 2004 16:07:24 +1030 (CST) (envelope-from wilkinsa@squash.dsto.defence.gov.au) Received: (from wilkinsa@localhost) by squash.dsto.defence.gov.au (8.12.11/8.12.11/Submit) id iAI5bOxb068356; Thu, 18 Nov 2004 16:07:24 +1030 (CST) (envelope-from wilkinsa) Date: Thu, 18 Nov 2004 16:07:24 +1030 From: "Wilkinson, Alex" To: freebsd-current@freebsd.org Message-ID: <20041118053724.GS66822@squash.dsto.defence.gov.au> Mail-Followup-To: freebsd-current@freebsd.org, jhb@FreeBSD.org References: <20041116021421.GK56252@squash.dsto.defence.gov.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i 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: Thu, 18 Nov 2004 05:42:46 -0000 Well, if I do that I will be using the old AT-PIC. Which as far as I am aware is old and crusty ;-\ Is this correct john ? -aW 0n Wed, Nov 17, 2004 at 06:56:13PM +0100, Arno J. Klaassen wrote: "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