Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2003 13:45:07 +0900
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        Eric Anholt <anholt@FreeBSD.org>
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 ...
Message-ID:  <200303100445.h2A4j8cE024118@nd250009.gab.xdsl.ne.jp>
In-Reply-To: <200303090208.h2928Ubw060637@repoman.freebsd.org>
References:  <200303090208.h2928Ubw060637@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 8 Mar 2003 18:08:30 -0800 (PST)
Eric Anholt <anholt@FreeBSD.ORG> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303100445.h2A4j8cE024118>