From owner-freebsd-current@FreeBSD.ORG Tue May 22 22:43:17 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E94B16A58F for ; Tue, 22 May 2007 22:43:17 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id BDA8F13C44C for ; Tue, 22 May 2007 22:43:16 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.13.8) with ESMTP id l4MMgSQd013031 for ; Tue, 22 May 2007 15:42:28 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.13.8/Submit) id l4MMgOgI013029 for freebsd-current@freebsd.org; Tue, 22 May 2007 15:42:24 -0700 (PDT) (envelope-from sgk) Date: Tue, 22 May 2007 15:42:24 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20070522224224.GA13012@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Subject: bge0 watchdog timeout? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 22 May 2007 22:43:17 -0000 Is there any hope of avoiding May 22 15:16:14 node11 kernel: bge0: watchdog timeout -- resetting May 22 15:16:14 node11 kernel: bge0: link state changed to DOWN May 22 15:16:17 node11 kernel: bge0: link state changed to UP /boot/loader.conf contains node11:kargl[202] cat /boot/loader.conf hw.pci.enable_msix="0" hw.pci.enable_msi="0" hw.bge.allow_asf="1" kargl[203] ifconfig bge0 bge0: flags=9843 metric 0 mtu 1500 options=9b ether 00:e0:81:40:47:66 inet 192.168.0.11 netmask 0xffffff00 broadcast 192.168.0.255 media: Ethernet 1000baseTX status: active I get the similar messages whether I have link0 or not and whether I allow bge0 to autoselect media or force 1000baseTX . bge0 is connected to a SMC TigerSwitch SMC8624T. uname shows FreeBSD node11.cimu.org 7.0-CURRENT FreeBSD 7.0-CURRENT #6: Fri May 18 10:19:43 PDT 2007 kargl@node10.cimu.org:/usr/obj/usr/src/sys/HPC amd64 where the date and time corresponds to roughly my last csup. -- Steve