From owner-cvs-src Sun Mar 9 20:45:13 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F4E437B401; Sun, 9 Mar 2003 20:45:11 -0800 (PST) Received: from nd250009.gab.xdsl.ne.jp (nd250009.gab.xdsl.ne.jp [61.202.250.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5487A43FB1; Sun, 9 Mar 2003 20:45:10 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from cl-server.enusure-tech.co.jp (cl-server.ensure-tech.co.jp [211.18.249.19]) (authenticated bits=0) by nd250009.gab.xdsl.ne.jp (8.12.8/8.12.8/NinthNine) with ESMTP id h2A4j8cE024118 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 10 Mar 2003 13:45:09 +0900 (JST) (envelope-from nork@FreeBSD.org) Message-Id: <200303100445.h2A4j8cE024118@nd250009.gab.xdsl.ne.jp> Date: Mon, 10 Mar 2003 13:45:07 +0900 From: Norikatsu Shigemura To: Eric Anholt Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/drm ati_pcigart.h drm.h drmP.h drm_agpsupport.h drm_auth.h drm_bufs.h drm_context.h drm_dma.h drm_drawable.h drm_drv.h drm_fops.h drm_init.h drm_ioctl.h drm_lists.h drm_lock.h drm_memory.h drm_os_freebsd.h drm_sarea.h ... In-Reply-To: <200303090208.h2928Ubw060637@repoman.freebsd.org> References: <200303090208.h2928Ubw060637@repoman.freebsd.org> X-Mailer: Sylpheed version 0.8.8 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 8 Mar 2003 18:08:30 -0800 (PST) Eric Anholt wrote: > anholt 2003/03/08 18:08:30 PST > > FreeBSD src repository > > Modified files: > sys/dev/drm drm.h drmP.h drm_agpsupport.h drm_auth.h (snip) > Log: > Update the DRM to latest from DRI CVS. This is approximately the version > included in XFree86 4.3, but includes some fixes. Notable changes include > Radeon 8500-9100 support, PCI Radeon/Rage 128 support, transform & lighting > support for Radeons, and vblank syncing support for r128, radeon, and mga. > The gamma driver was removed due to lack of any users. That's CooL! And:-), I have a ATI Radeon 9100(AGP) card. Please add it like following lines. According to glxgear, this patch is good. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --- sys/dev/drm/radeon_drv.c.orig Sun Mar 9 11:08:28 2003 +++ sys/dev/drm/radeon_drv.c Mon Mar 10 13:34:47 2003 @@ -64,6 +64,7 @@ {0x1002, 0x514A, 1, "ATI Radeon QJ R200"}, {0x1002, 0x514B, 1, "ATI Radeon QK R200"}, {0x1002, 0x514C, 1, "ATI Radeon QL 8500 (AGP)"}, + {0x1002, 0x514D, 1, "ATI Radeon QM 9100 (AGP)"}, {0x1002, 0x5157, 1, "ATI Radeon QW 7500 (AGP)"}, {0x1002, 0x5158, 1, "ATI Radeon QX 7500 (AGP)"}, {0x1002, 0x5159, 1, "ATI Radeon QY VE (AGP)"}, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message