From owner-freebsd-current@FreeBSD.ORG Thu Jan 8 01:12:28 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 314A01065675 for ; Thu, 8 Jan 2009 01:12:28 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.233]) by mx1.freebsd.org (Postfix) with ESMTP id EE18F8FC17 for ; Thu, 8 Jan 2009 01:12:27 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so9986277rvf.43 for ; Wed, 07 Jan 2009 17:12:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from :to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=XkJfbglIlOB1PfqwQKiWISXPw+y1ELMfQz0/UljRt24=; b=aX80ked4VTtzkl30ZFM/0Y+DmbBQRqJ+z7Hkks0jqh6RG+ycSLrdjcIIKZvYcucok7 uYO2fs1fSgcMAP0UnutgddStBq7V5JOgJp5guIwGZTNwTN0bmRWaifmYaupqZiAKgltP SwBgWffKAisTd3/hhPf+DlcfOsHhKAi4np6DM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=dHhjtgB2kv5FpDc511B/YC3Ejn/uUCj/LWe2UkjOk1cBhNBiEyvpvIkuYlkHsTdKjl PBhmQkbu1ce8U4u81Ggq+Ny3jZgVoiN0W1RluBxrG9Uz+xf1pKBjEruERo1J7xuFfFQt ds2LrM02WCBBYd8H8B3Bb0ClmuT4ToMqRzhO0= Received: by 10.140.161.11 with SMTP id j11mr1435124rve.162.1231377147480; Wed, 07 Jan 2009 17:12:27 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id f21sm61716213rvb.7.2009.01.07.17.12.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 07 Jan 2009 17:12:26 -0800 (PST) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.14.3/8.14.3) with ESMTP id n081CLcg050957 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Jan 2009 10:12:21 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.14.3/8.14.3/Submit) id n081CKxj050956; Thu, 8 Jan 2009 10:12:20 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Thu, 8 Jan 2009 10:12:20 +0900 From: Pyun YongHyeon To: Kim Culhan Message-ID: <20090108011220.GA1256@cdnetworks.co.kr> References: <89dbfdc30901071438j314ac431h491f9494593caf64@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <89dbfdc30901071438j314ac431h491f9494593caf64@mail.gmail.com> User-Agent: Mutt/1.4.2.3i 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 Reply-To: pyunyh@gmail.com 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 01:12:28 -0000 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)? -- Regards, Pyun YongHyeon