From owner-freebsd-current@FreeBSD.ORG Wed Dec 25 00:29:08 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B38B2ED6 for ; Wed, 25 Dec 2013 00:29:08 +0000 (UTC) Received: from mail-qa0-x233.google.com (mail-qa0-x233.google.com [IPv6:2607:f8b0:400d:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 717CD1DF0 for ; Wed, 25 Dec 2013 00:29:08 +0000 (UTC) Received: by mail-qa0-f51.google.com with SMTP id o15so6575082qap.3 for ; Tue, 24 Dec 2013 16:29:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=+6+kAspUhtP7252osordbgFOuuw86xT+uQFGt1wyiKE=; b=drs/8ZaIkkve8gfUu3BBnvPAs5MlfP0uGsYTJM6aznYFvsOmi9IqpaolBg6kkdCRXn JaVx9E9A+u6sdpTjm2LeUnJlRIYUblLLA2ub82tITikaTyK9O+ExuMXTMRwzTtwrtgE6 AwTcbGiGnn/KUdrBtWAs1ipaO1qx0KLcugGDq2Q5oG1WRM2AsTBNDrC2+yhRH7L7cMmp rYrAMhrygcQQnNHHTDKiNSOn/9p+qBSzQjPLR+/n3JZKv7+dvflpDAQeGJqhLlKQO8MB u9W7xwXSBKLDGGLzQ80ZuBPRrBIOEcr5vXzzyvmVWdQOenvyY7Sc6Q4IXCS8CjU0RTuM Cugw== MIME-Version: 1.0 X-Received: by 10.49.34.207 with SMTP id b15mr58146271qej.49.1387931347624; Tue, 24 Dec 2013 16:29:07 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.53.200 with HTTP; Tue, 24 Dec 2013 16:29:07 -0800 (PST) In-Reply-To: <52B9F196.2070604@gmx.com> References: <527F95BE.7080908@gmx.com> <52B17777.6060703@FreeBSD.org> <201312231150.31936.jhb@freebsd.org> <52B9F196.2070604@gmx.com> Date: Tue, 24 Dec 2013 16:29:07 -0800 X-Google-Sender-Auth: jyRZaJEm5aQfryZBSw4DM9oAETM Message-ID: Subject: Re: new Xorg (KMS, etc.) for Radeon 9600 From: Adrian Chadd To: dt71@gmx.com Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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, 25 Dec 2013 00:29:08 -0000 On 24 December 2013 12:41, wrote: > John Baldwin wrote, On 12/23/2013 17:50: > >> It needs fixing, but the fix needs to be correct. > > > Though a fix should not be delayed by decades... THe problem here is that a lot of people (and no offence to the patch author or other developers!) just go "UNLOCK; FOO; LOCK WORKS FOR ME" and moves on. 99% of the time it's working by magic, rather than working by intention. The trouble is that it's working, so there's no reason to invest the real time in fixing the poor locking in the first place. :) -a