From owner-cvs-all@FreeBSD.ORG Thu Aug 4 20:09:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 037BA16A41F; Thu, 4 Aug 2005 20:09:18 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BA5543D48; Thu, 4 Aug 2005 20:09:15 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j74KC27H006663; Thu, 4 Aug 2005 16:12:02 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: "Darren Pilgrim" Date: Thu, 4 Aug 2005 16:08:48 -0400 User-Agent: KMail/1.6.2 References: <000701c5992c$92e04830$642a15ac@SMILEY> In-Reply-To: <000701c5992c$92e04830$642a15ac@SMILEY> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200508041608.52675.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.85.1/1003/Thu Aug 4 10:43:24 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: 'Eric Anholt' , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf NOTES src/sys/amd64/conf NOTES src/sys/modules/drm/radeon Makefile src/sys/dev/drm ati_pcigart.c drmP.h drm_agpsupport.c drm_pciids.h r128_cce.c r300_cmdbuf.c r300_reg.h radeon_cp.c radeon_drm.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2005 20:09:18 -0000 On Thursday 04 August 2005 03:41 pm, Darren Pilgrim wrote: > From: Eric Anholt > > > Log: > > MFC: r300 DRM support. Supports all current non-PCIE Radeons, > > as far as the developers know. > > I'm a bit confused here. The R300 is only used the 9500 and 9700 > series of cards. What about the rv350/360 (9600 series) and > R350/360 (9800 series)? `R300' was independent project. http://r300.sourceforge.net/ Recently it was merged into DRI CVS. And yes, it should be able to handle any r3xx/rv3xx controllers. Jung-uk Kim