From owner-freebsd-questions@FreeBSD.ORG Fri Aug 5 15:42:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66F3116A420 for ; Fri, 5 Aug 2005 15:42:48 +0000 (GMT) (envelope-from tummytech@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id A26C443D46 for ; Fri, 5 Aug 2005 15:42:47 +0000 (GMT) (envelope-from tummytech@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so548870rne for ; Fri, 05 Aug 2005 08:42:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WXtOzvsZlkxwy8R+Df/PdJb2m0m5x3es8oWrjc0z0sPEbeNNLT0954xPjc51KrQhWSOfQ1ILonCd3zqCjdaghAAE7rsBom8ThxBccoyG8o45lXMGLWyFG2H1EPb6iRMAcfhvjmienKqNoTgH33LcZpcU1ytnZd0zTOEkZBbOKkI= Received: by 10.38.209.76 with SMTP id h76mr1400687rng; Fri, 05 Aug 2005 08:42:46 -0700 (PDT) Received: by 10.38.88.61 with HTTP; Fri, 5 Aug 2005 08:42:46 -0700 (PDT) Message-ID: <860807bf05080508423a4fb177@mail.gmail.com> Date: Fri, 5 Aug 2005 08:42:46 -0700 From: Benson Wong To: "DeadMan Xia ...." In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: bge0: WatchDog Timedout -- resetting in FreeBSD 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Benson Wong List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2005 15:42:48 -0000 I had this problem last week after upgrading to a newer 5.4-STABLE. The problem looked like an IRQ problem since both bge interfaces were sharing the same IRQ. The problem went away after disabling hyper threading in bios. The box is a dual XEON so I had enabled SMP. SMP works fine, but HTT was causing the bge timeouts and system load to be 10x higher than normal. Ben.