Date: Wed, 9 Jun 2004 05:20:25 GMT From: "Jukka A. Ukkonen" <Jukka.Ukkonen@mawit.com> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/67702: Radeon DRM does not recognize certain Radeon 9200 IDs Message-ID: <200406090520.i595KP00053562@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/67702; it has been noted by GNATS.
From: "Jukka A. Ukkonen" <Jukka.Ukkonen@mawit.com>
To: freebsd-gnats-submit@FreeBSD.org, jau@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406090520.i595KP00053562>
