Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jun 2004 06:59:41 GMT
From:      "Jukka A. Ukkonen" <jau@iki.fi>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/67702: Radeon DRM does not recognize certain Radeon 9200 IDs
Message-ID:  <200406080659.i586xfGm058937@www.freebsd.org>
Resent-Message-ID: <200406080700.i5870iam065091@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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