From owner-freebsd-current@FreeBSD.ORG Wed Sep 17 15:00:07 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F6871065672 for ; Wed, 17 Sep 2008 15:00:07 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 802D68FC1B for ; Wed, 17 Sep 2008 15:00:06 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so2011721fgb.35 for ; Wed, 17 Sep 2008 08:00:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:references:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:cc:x-mailer; bh=2mPukgjhEOUYB+K/usxgD/yKt36gVEo8eWPPHv3mglU=; b=nkKx95jAe6z2mAOGaucRXf5INlcpYZWb+DB6WfwwZzRQvqlN6qFvFhnw73ER/56df8 yBtZWP4z4CsNfIUVRNTvew2gyxmUipab8Q6HgWpMINl52mHhYTHGvHz+LHB/v3Fp0aZ8 5kpuTp3rLtnVXfr0Cumg/qbSXpWd4zPtYOYZI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:cc:x-mailer; b=RceG6O5e+g4LN0czcwVnt6BY6fYAbZsCffjQ/zOG17KLRwFIixhWqBbscwrVubuVO1 9rdZ21B5T2IXwZ3c9xerB4HBJ4wgMgC7xRHmzKWKpeRrTnffnH4H0TslQ+mtSZJP8M+l XlXzxE/9kQY3DciJLP7zD3UpDdBF+egd/vVJU= Received: by 10.180.215.9 with SMTP id n9mr1870158bkg.59.1221662347478; Wed, 17 Sep 2008 07:39:07 -0700 (PDT) Received: from ?192.168.0.11? ( [87.196.151.121]) by mx.google.com with ESMTPS id k29sm18452990fkk.2.2008.09.17.07.39.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 17 Sep 2008 07:39:06 -0700 (PDT) References: Message-Id: <2E7DBE67-04CC-414A-87A7-AF8ED9C65C4D@gmail.com> From: Rui Paulo To: Ian Freislich In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (iPod Mail 5F137) Date: Wed, 17 Sep 2008 15:22:59 +0100 X-Mailer: iPod Mail (5F137) X-Mailman-Approved-At: Wed, 17 Sep 2008 15:27:41 +0000 Cc: "current@freebsd.org" Subject: Re: msk(4) issues 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: Wed, 17 Sep 2008 15:00:07 -0000 On 17 Sep 2008, at 09:16, "Ian Freislich" wrote: > Hi > > I'm having an issue with the msk hardware in my laptop. It stops > transmitting or recieving sometimes, always triggered by periods > of intense network load. > > Sep 16 18:39:31 apple kernel: msk0: watchdog timeout (missed Tx > interrupts) -- recovering > Sep 16 18:40:35 apple kernel: msk0: watchdog timeout (missed Tx > interrupts) -- recovering > Sep 16 18:41:41 apple kernel: msk0: watchdog timeout (missed Tx > interrupts) -- recovering > > But it never recovers. Try disabling MSI via the tunable. -- Rui Paulo