From owner-freebsd-current@FreeBSD.ORG Tue Aug 30 00:35:22 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A07A16A420 for ; Tue, 30 Aug 2005 00:35:22 +0000 (GMT) (envelope-from ckleski@mbc.edu) Received: from mbc.edu (mail.mbc.edu [216.57.240.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 246FC43D58 for ; Tue, 30 Aug 2005 00:35:20 +0000 (GMT) (envelope-from ckleski@mbc.edu) DKIM-Signature: a=rsa-sha1; c=nowsp; d=mbc.edu; s=MDaemon; t=1125362118; x=1125966918; i=ckleski@mbc.edu; q=dns; h=DomainKey-Signature: Received:From:To:Subject:Date:User-Agent:Cc:References: In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-Disposition:Message-Id; b=oy9uqCSaQ00oTQpmau1tXFpMJbelUKS seV+kGTEimMqZ6xXpXVHY+FizL7uo6nl8b4c7cqu8Pohtq5w69kfoSRHqaowhv4h p3xWmrnCY4NjzmidEp27ytP8xCajjcWCQgnIagwv7AddlTLZe9LOyX7yLmVRcZ4c OQ+M+DcxPfC8= DomainKey-Signature: a=rsa-sha1; s=MDaemon; d=mbc.edu; c=simple; q=dns; h=from:message-id; b=hJ2psl1VJZbfK9PTrBmZ68aSUrikbPIKlhTn+0KaJje5nwWPr4iCh0rJ6JO4IvVBAOKhqs7E0SGBeEGd3IWnfpYenx+cjikh6DAxpj1gxUDQ9YwKRRNlLnrawrcahRbHIi36oqRqvrcTXs+IhpZrL9+1KEJzeb58Y8DSvA0RzYA=; Received: from [192.168.0.100] by mbc.edu (Cipher TLSv1:RC4-MD5:128) (MDaemon.PRO.v8.1.2c.R) with ESMTP id md50006414418.msg for ; Mon, 29 Aug 2005 20:35:14 -0400 From: Craig Kleski To: freebsd-current@freebsd.org Date: Mon, 29 Aug 2005 20:36:50 +0000 User-Agent: KMail/1.8.1 References: <1125345832.1005.32.camel@leguin> In-Reply-To: <1125345832.1005.32.camel@leguin> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508292036.50597.ckleski@mbc.edu> X-Authenticated-Sender: ckleski@mbc.edu X-Spam-Processed: mail.mbc.edu, Mon, 29 Aug 2005 20:35:14 -0400 (not processed: message from trusted or authenticated source) X-MDRemoteIP: 65.202.151.105 X-Return-Path: ckleski@mbc.edu X-MDaemon-Deliver-To: freebsd-current@freebsd.org X-MDAV-Processed: mail.mbc.edu, Mon, 29 Aug 2005 20:35:18 -0400 Cc: Eric Anholt Subject: Re: DRM merge 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: Tue, 30 Aug 2005 00:35:22 -0000 On Monday 29 August 2005 08:03 pm, Eric Anholt wrote: > I've put a patch to merge current DRM CVS to FreeBSD here: > http://people.freebsd.org/~anholt/dri/drm-20050826.diff > > Along with various changes as usual, it includes jake@'s port of the > VIA DRM (note: this requires a patch to the x server to work, which > is in X.org CVS). > > I've tested on r200, r128, mga, sis on my x86 testbox. However, I > was getting a crash on X startup with DRI on my amd64 desktop. I > couldn't get it to drop to debugger for some reason, so I don't know > if the merge is at fault or not. So, I would really appreciate some > testing on amd64, in particular. Is i915 DRI working?