From owner-cvs-all@FreeBSD.ORG Fri Aug 5 02:15: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 C05EE16A41F; Fri, 5 Aug 2005 02:15:17 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from leguin.anholt.net (69-30-77-85.dq1sn.easystreet.com [69.30.77.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 549A843D46; Fri, 5 Aug 2005 02:15:17 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from leguin.anholt.net (localhost [127.0.0.1]) by leguin.anholt.net (8.13.4/8.13.1) with ESMTP id j7523DeX068595; Thu, 4 Aug 2005 19:03:43 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: (from anholt@localhost) by leguin.anholt.net (8.13.4/8.13.1/Submit) id j751xHX7068553; Thu, 4 Aug 2005 18:59:17 -0700 (PDT) (envelope-from anholt@FreeBSD.org) X-Authentication-Warning: leguin.anholt.net: anholt set sender to anholt@FreeBSD.org using -f From: Eric Anholt To: Darren Pilgrim In-Reply-To: <000701c5992c$92e04830$642a15ac@SMILEY> References: <000701c5992c$92e04830$642a15ac@SMILEY> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 04 Aug 2005 18:59:01 -0700 Message-Id: <1123207141.59823.32.camel@leguin> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@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 Reply-To: eta@lclark.edu List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2005 02:15:18 -0000 On Thu, 2005-08-04 at 12:41 -0700, 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)? When DRI folks refer to rXXX names, it's usually the family. So, if I say r100 I mean actual r100, rv200, and rs200, since they're effectively the same from a programming perspective. r200 is r200, rv250, rv280, rs300, etc. r300 covers everything that isn't one of the previous two, at least as far as I have seen. -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org