From owner-freebsd-hackers@FreeBSD.ORG Thu Aug 12 02:38:58 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A970816A4CE; Thu, 12 Aug 2004 02:38:58 +0000 (GMT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 058E243D4C; Thu, 12 Aug 2004 02:38:58 +0000 (GMT) (envelope-from danfe@regency.nsu.ru) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.34) id 1Bv5fK-0001eV-1G; Thu, 12 Aug 2004 09:50:06 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.10/8.12.10) with ESMTP id i7C2dD0m002612; Thu, 12 Aug 2004 09:39:13 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.10/8.12.10/Submit) id i7C2dBhB002593; Thu, 12 Aug 2004 09:39:11 +0700 (NOVST) (envelope-from danfe) Date: Thu, 12 Aug 2004 09:39:11 +0700 From: Alexey Dokuchaev To: John Baldwin Message-ID: <20040812023911.GB89594@regency.nsu.ru> References: <20040811110731.GA74988@regency.nsu.ru> <200408111220.11512.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408111220.11512.jhb@FreeBSD.org> User-Agent: Mutt/1.4.2.1i X-Mailman-Approved-At: Thu, 12 Aug 2004 12:00:15 +0000 cc: hackers@FreeBSD.org cc: eta@lclark.edu cc: dri-devel@lists.sourceforge.net Subject: Re: No DRM kernel support for i830 ? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2004 02:38:58 -0000 On Wed, Aug 11, 2004 at 12:20:11PM -0400, John Baldwin wrote: > On Wednesday 11 August 2004 07:07 am, Alexey Dokuchaev wrote: > > Hi there, > > > > Judging from /sys/dev/drm/ contents, and listed kernel options in NOTES, > > there's currently evidence of support for i810/830 chips in FreeBSD, > > which (I suspect) is the probable reason why DRI is not enabled on my > > box (FreeBSD 5.2-CURRENT from yesterday, latest X.Org). I also found > > traces of i810/830 support in FDo CVS > > (http://freedesktop.org/cgi-bin/viewcvs.cgi/dri/drm/bsd/i830/), > > getting me to the fact that i8x0 files were removed from the BSD side, > > since they were not actually ported. (Unfinished? broken? unstable?) > > The i830 DRM stuff is ported in a branch of DRI, but it's not in DRI head > because of a security problem with the code. Thanks. That's a good info to start with. May I ask you the details of security problem you've mentioned, or at least some pointer in this direction? Appropriate maillist and/or google reference would be fine, I guess. ./danfe