From owner-freebsd-stable@FreeBSD.ORG Mon May 8 05:02:14 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 681FE16A404 for ; Mon, 8 May 2006 05:02:14 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FB8843D46 for ; Mon, 8 May 2006 05:02:13 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by nz-out-0102.google.com with SMTP id i11so1079292nzi for ; Sun, 07 May 2006 22:02:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=CjOfkXADzPOgif/S8DxeSkPZlyb5muXA5DwK4IFi5xk5sH12xH0B7cA/k840ah+Qu7VrqnVD7uK8valP5cvwNUmabKarP7nVDUpXq5yedlUBGoJYSxpI5KVnvTJju+F7Un9nnNDyL4ubCP72TtLy2/tuxGQwmAbY/SUR8baslp0= Received: by 10.36.222.1 with SMTP id u1mr2881673nzg; Sun, 07 May 2006 22:02:12 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.gmail.com with ESMTP id 19sm3642101nzp.2006.05.07.22.02.11; Sun, 07 May 2006 22:02:12 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id k4851PXv002740 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 8 May 2006 14:01:25 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id k4851Ifo002738; Mon, 8 May 2006 14:01:18 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 8 May 2006 14:01:18 +0900 From: Pyun YongHyeon To: Miles Lubin Message-ID: <20060508050118.GB1239@cdnetworks.co.kr> References: <20060505124058.N25705@junker.org> <20060505192954.GA8995@freebie.xs4all.nl> <20060505202511.S54242@maildrop.int.zabbadoz.net> <20060506000504.X17786@junker.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060506000504.X17786@junker.org> User-Agent: Mutt/1.4.2.1i Cc: "Bjoern A. Zeeb" , freebsd-stable@freebsd.org, Wilko Bulte Subject: Re: sk0: watchdog timeout X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 May 2006 05:02:14 -0000 On Sat, May 06, 2006 at 12:10:46AM -0400, Miles Lubin wrote: > On Fri, 5 May 2006, Bjoern A. Zeeb wrote: > > >On Fri, 5 May 2006, Wilko Bulte wrote: > > > >>I had a similar event last night, on a P4 on an Asus P4P800. The current > >>driver is much less prone to this lockup problem than it used to be. In > >>my > >>case it does not have to be in a high-load situation, it appears to happen > >>rather randomly (and *very* infrequently) > >> > >>FreeBSD freebie.xs4all.nl 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #2: Thu > >>May > >>4 22:37:22 CEST 2006 > > > >The updated driver has been in HEAD for some days and the problem > >should be fixed there thanks to Pyun. See last commits to src/sys/dev/sk/* > > > >-- > >Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT > > > > > > > Is is possible and/or a good idea to just take the driver in head and > compile it with 6.1-RC? > If you have issues related with sk(4), you can take the driver in HEAD and compile, it should work on 6.1R. You may need to edit Makefile in order to reflect new location of sk(/sys/dev/sk) driver. > I know this is rather late in the release process, but given that this > issue will affect many people, I think it should be considered fixixing > this driver for 6.1. > > > Miles -- Regards, Pyun YongHyeon