From owner-freebsd-stable@FreeBSD.ORG Mon Feb 6 20:30:10 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAED316A430 for ; Mon, 6 Feb 2006 20:30:10 +0000 (GMT) (envelope-from andrew@areilly.bpc-users.org) Received: from omta05sl.mx.bigpond.com (omta05sl.mx.bigpond.com [144.140.93.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0895343D5E for ; Mon, 6 Feb 2006 20:30:06 +0000 (GMT) (envelope-from andrew@areilly.bpc-users.org) Received: from areilly.bpc-users.org ([141.168.4.160]) by omta05sl.mx.bigpond.com with ESMTP id <20060206203002.TJIL24868.omta05sl.mx.bigpond.com@areilly.bpc-users.org> for ; Mon, 6 Feb 2006 20:30:02 +0000 Received: (qmail 25508 invoked by uid 501); 6 Feb 2006 20:30:16 -0000 Date: Tue, 7 Feb 2006 07:30:16 +1100 From: Andrew Reilly To: Torfinn Ingolfsen Message-ID: <20060206203016.GA25443@gurney.reilly.home> References: <20060205182950.GA25977@droopy.unibe.ch> <20060206081419.4b493f8b.torfinn.ingolfsen@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060206081419.4b493f8b.torfinn.ingolfsen@broadpark.no> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org Subject: Re: bge0 odd startup behaviour X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 20:30:10 -0000 On Mon, Feb 06, 2006 at 08:14:19AM +0100, Torfinn Ingolfsen wrote: > On Sun, 05 Feb 2006 19:29:50 +0100 > Tobias Roth wrote: > > Is what I described above normal? Does it happen with other drivers > > too? Or did I find a bug? I'll try to check with -current as soon as > > I don't know if it is normal. FWIW, I see something like it on a box > with nve0 interface: > root@kg-fil# uname -a > FreeBSD kg-fil.kg4.no 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #4: Sun Feb > 5 15:37:51 CET 2006 root@kg-fil.kg4.no:/usr/obj/usr/src/sys/FIL60 > amd64 root@kg-fil# dmesg | grep nve > nve0: port 0xec00-0xec07 mem > 0xf5003000-0xf5003fff irq 23 at device 10.0 on pci0 nve0: Ethernet > address 00:14:85:8a:aa:64 miibus1: on nve0 > nve0: Ethernet address: 00:14:85:8a:aa:64 > nve0: device timeout (1) > nve0: link state changed to DOWN > nve0: link state changed to UP I'm running the same MCP9 (on a Gigabyte GA-K8NF-9 motherboard), and I'm also running an amd64 -STABLE kernel. nve0 times out all the time, (on the order of 12 minute intervals, seemingly), and the computer locks up for a couple of seconds. Very annoying. If there's anything that I can do to help debug or fix this, please let me know! Cheers, -- Andrew