From owner-freebsd-current@FreeBSD.ORG Wed Jan 7 23:00:08 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 A50391065736 for ; Wed, 7 Jan 2009 23:00:08 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id 78D248FC0C for ; Wed, 7 Jan 2009 23:00:08 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so11298018wfg.7 for ; Wed, 07 Jan 2009 15:00:08 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=wKuCokDIpxedBRYccppwBd2/8LEwiW1l/OQniNbPtEU=; b=OW3z6cFaMBNm1LsKZNwYkounsLFwCUh5RHy7+ZuQ1fKaia8aa8wm+g0hs1nRC3QrHt ekHhL3ezfgihJp7zGa2zGU7ipCNb0e5tIogHu64lSRDlcd0d2eUTWdbhnshachae/UHL tMkfs9jo440hLx8ht4UgucSrS4r/gDaqskhJc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=hUxnM4Fop4N7wBOd4BmGqkvHKey2zmUyvp3OqZwWxYbact8eWWB+9Sh60W5Kp/nDd/ /dsB0YDuqkVA7jnmtOVt4OYVE8d9HkWrY/fPJ3nEaSRcHbfQeEjq6Hf30GmEfoEFfmzL 2KYQTG1yNrBSGG3GtLpiZH32HkfJgLKik3ZJc= Received: by 10.143.45.14 with SMTP id x14mr9845943wfj.165.1231367908843; Wed, 07 Jan 2009 14:38:28 -0800 (PST) Received: by 10.142.142.10 with HTTP; Wed, 7 Jan 2009 14:38:28 -0800 (PST) Message-ID: <89dbfdc30901071438j314ac431h491f9494593caf64@mail.gmail.com> Date: Wed, 7 Jan 2009 17:38:28 -0500 From: "Kim Culhan" To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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: Wed, 07 Jan 2009 23:00:11 -0000 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. Any help here is very greatly appreciated. regards -kim --