From owner-freebsd-current@FreeBSD.ORG Thu Jan 8 16:35:29 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AC8E1065672 for ; Thu, 8 Jan 2009 16:35:29 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by mx1.freebsd.org (Postfix) with ESMTP id C3ADC8FC0C for ; Thu, 8 Jan 2009 16:35:28 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so11733851wfg.7 for ; Thu, 08 Jan 2009 08:35:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=iaRqvHCm955ePryYKN64TvMajBbFqtHRnl+G9Ir8D+0=; b=pKoNC6NCREwxcgyUwHI+0XcP9z7P2yvJRfpRwGMstQSoOfvWwvYa7Cabeo7V8oqSEG XJrUasQw664lXl3RgDsiaR2KzCZ8PVidkdmeqnYdp1a732o32scrU6lG020FsAtR3HKB +i7ilihKe5nFOMgjsaoZphvhrL9oBWXiT0lOg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=b8zIL1Gsh9zWuyYxaDPbpNMiXZ3VH6LebVeE/7xDED9dauw61DPqTMBucwlAJm+nnE V8ZdTJ2pymMaU76QOOGpiaBAl+6jorPWKflqXXGrufYQ6VdOvVs8RlETbZSUIFIpggTy sXmDNBYy5cMrKv/A4IEopC3NMc4MQ2wRk3UU0= Received: by 10.143.160.17 with SMTP id m17mr10231207wfo.298.1231432528279; Thu, 08 Jan 2009 08:35:28 -0800 (PST) Received: by 10.142.142.10 with HTTP; Thu, 8 Jan 2009 08:35:28 -0800 (PST) Message-ID: <89dbfdc30901080835g67b996f4i50e734f0791a0d56@mail.gmail.com> Date: Thu, 8 Jan 2009 11:35:28 -0500 From: "Kim Culhan" To: pyunyh@gmail.com In-Reply-To: <20090108075159.GH1256@cdnetworks.co.kr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <89dbfdc30901071438j314ac431h491f9494593caf64@mail.gmail.com> <20090108011220.GA1256@cdnetworks.co.kr> <89dbfdc30901072336l62c46214i113cccf9985bcdae@mail.gmail.com> <20090108075159.GH1256@cdnetworks.co.kr> Cc: freebsd-current@freebsd.org Subject: Re: msk Marvell Yukon 88E8038 hangs 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: Thu, 08 Jan 2009 16:35:29 -0000 On Thu, Jan 8, 2009 at 2:51 AM, Pyun YongHyeon wrote: > On Thu, Jan 08, 2009 at 02:36:48AM -0500, Kim Culhan wrote: > > On Wed, Jan 7, 2009 at 8:12 PM, Pyun YongHyeon wrote: > > > On Wed, Jan 07, 2009 at 05:38:28PM -0500, Kim Culhan wrote: > > > > The msk interface on an Acer Aspire 5570Z hangs, frequently when running cvsup. > > > > > > > > Not necessarily at each hang but sometimes coincident, this is > > > > intermittently output to the console: > > > > > > > > in_cksum_skip: out of data by 56952 > > > > > > > > The above is also output to the console at times when receiving a > > > > character through ssh > > > > to a shell. > > > > > > > > The in_cksum_skip messages and msk hangs are also present on this hardware > > > > running 7.1-RELEASE. > > > > > > > > > > Would you show me dmesg output for msk(4)? > > > > dmesg: > > > > mskc0: port 0x2000-0x20ff mem > > 0xd0100000-0xd0103fff irq 16 at device 0.0 on pci2 > > msk0: on mskc0 > > msk0: Ethernet address: 00:1b:24:59:5b:7a > > miibus0: on msk0 > > e1000phy0: PHY 0 on miibus0 > > e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > > mskc0: [FILTER] > > > > Would you try changes made in r183485(CVS if_msk.c, 1.33)? > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/msk/if_msk.c.diff?r1=1.32;r2=1.33;f=h The version in use is 1.35 dated 11-24-08 from 8.0-current cvsup'd on 1-7-09 This has the changes you have made in the diff from the link above. -- regards -kim