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

Jukka A. Ukkonen jau at iki.fi
Tue Jun 8 07:00:45 GMT 2004


>Number:         67702
>Category:       kern
>Synopsis:       Radeon DRM does not recognize certain Radeon 9200 IDs
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 08 07:00:44 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jukka A. Ukkonen
>Release:        FreeBSD 4.10-STABLE
>Organization:
>Environment:
FreeBSD mjolnir 4.10-STABLE FreeBSD 4.10-STABLE #0: Tue Jun  8 08:23:02 EEST 2004     root at mjolnir:/usr/src/sys/compile/Mjolnir  i386

>Description:
      Radeon DRM support does not recognize certain Radeon 9200 ID codes.

>How-To-Repeat:
      Assuming one has e.g. a Sapphire Radeon 9200 dual head card the
kernel module radeon.ko does not recognize it as a drm device. Obviously
there is no drm0 listed in the boot time dmesg messages.

>Fix:
      Apply the following patch to /usr/src/sys/dev/drm/radeon_drv.c.
(The TAB characters have been preserved by using xcut and xclipboard to
import the patch to the web form.)

--- radeon_drv.c.orig	Tue Jun  8 09:42:58 2004
+++ radeon_drv.c	Tue Jun  8 09:46:27 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 9200"},
+	{0x1002, 0x5961, 1, "ATI Radeon 9200"},
 	{0, 0, 0, NULL}
 };
 

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list