From owner-freebsd-alpha@FreeBSD.ORG Thu Aug 11 04:24:58 2005 Return-Path: X-Original-To: alpha@freebsd.org Delivered-To: freebsd-alpha@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9059016A41F; Thu, 11 Aug 2005 04:24:58 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from postfix4-2.free.fr (postfix4-2.free.fr [213.228.0.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 297C743D46; Thu, 11 Aug 2005 04:24:57 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from herbelot.dyndns.org (bne75-4-82-227-159-103.fbx.proxad.net [82.227.159.103]) by postfix4-2.free.fr (Postfix) with ESMTP id 26008322D14; Thu, 11 Aug 2005 06:24:57 +0200 (CEST) Received: from diversion.herbelot.nom (diversion.herbelot.nom [192.168.2.6]) by herbelot.dyndns.org (8.13.3/8.13.3) with ESMTP id j7B4Omvf010067; Thu, 11 Aug 2005 06:24:54 +0200 (CEST) From: Thierry Herbelot Date: Thu, 11 Aug 2005 06:24:37 +0200 User-Agent: KMail/1.8.2 References: <200508041255.05839.jhb@FreeBSD.org> <20050804212718.GD852@zaphod.nitro.dk> <200508101656.23255.jhb@FreeBSD.org> In-Reply-To: <200508101656.23255.jhb@FreeBSD.org> X-Warning: Windows can lose your files X-Op-Sys: Le FriBi de la mort qui tue X-Org: TfH&Co X-MailScanner: Found to be clean MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 8bit Content-Disposition: inline To: "Undisclosed.Recipients": ; Message-Id: <200508110624.40732.thierry@herbelot.com> Cc: alpha@freebsd.org, current@freebsd.org Subject: Re: Locking fixes for dc(4): please test! X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: thierry@herbelot.com List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2005 04:24:58 -0000 Le Wednesday 10 August 2005 22:56, John Baldwin a écrit : > On 2005.08.04 12:55:05 -0400, John Baldwin wrote: > > I have some fixes for the locking in the dc(4) driver, please test them > > if you have some dc(4) hardware, thanks! > > > > http://www.FreeBSD.org/~jhb/patches/dc_locking.patch > > I've updated the patch to use callout_init_mtx() and would appreciate it if > the folks who tested it earlier could retest it. Also, can someone with an > Alpha please test this as I messed around with the SRM_MEDIA code some in > order to make the locking in dc_init_locked() sane and it needs testing on > an Alpha. Hello, well, your latest dc patch just survived a make buildworld (same conditions : SMP 386 machine) TfH