kern/67702: Radeon DRM does not recognize certain Radeon 9200 IDs

Jukka A. Ukkonen Jukka.Ukkonen at mawit.com
Wed Jun 9 05:20:26 GMT 2004


The following reply was made to PR kern/67702; it has been noted by GNATS.

From: "Jukka A. Ukkonen" <Jukka.Ukkonen at mawit.com>
To: freebsd-gnats-submit at FreeBSD.org, jau at iki.fi
Cc:  
Subject: Re: kern/67702: Radeon DRM does not recognize certain Radeon 9200
 IDs
Date: Wed, 09 Jun 2004 08:10:42 +0300

 To better follow the style of other entries in the ID code array
 I added the Radeon version tag "RV280" also to my entries.
 Find the modified patch below.
 
 --- radeon_drv.c.orig	Tue Jun  8 09:42:58 2004
 +++ radeon_drv.c	Wed Jun  9 08:02:20 2004
 @@ -74,6 +74,13 @@
   	{0x1002, 0x516A, 1, "ATI Radeon Qj R200"},
   	{0x1002, 0x516B, 1, "ATI Radeon Qk R200"},
   	{0x1002, 0x516C, 1, "ATI Radeon Ql R200"},
 +
 +	/*
 +	 *  5961    Radeon 9200 (128MB) - Primary
 +	 *  5941    Radeon 9200 (128MB) - Secondary
 +	 */
 +	{0x1002, 0x5941, 1, "ATI Radeon RV280 9200"},
 +	{0x1002, 0x5961, 1, "ATI Radeon RV280 9200"},
   	{0, 0, 0, NULL}
   };
 
 
 Cheers,
 	// jau
 


More information about the freebsd-bugs mailing list