kern/106798: drm engine does not detect Radeon X1600 (RS530)

Seva Gluschenko gvs at rinet.ru
Fri Dec 15 16:50:07 PST 2006


>Number:         106798
>Category:       kern
>Synopsis:       drm engine does not detect Radeon X1600 (RS530)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 16 00:50:00 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Seva Gluschenko
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
Yandex LLC
>Environment:
System: FreeBSD yeho.yandex.ru 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #20: Sat Dec 16 03:30:49 MSK 2006 root at yeho.yandex.ru:/home/obj/home/src/sys/yeho i386


	
>Description:
	Current drm_pciids.h lacks of Radeon X1600 IDs
>How-To-Repeat:
	
>Fix:

	apply patch below:

	# cd /usr/src
	# patch < /path/to/this/message

	rebuild and reinstall kernel. Radeon X1600 must be recognized now by

	device	radeondrm

	The patch itself follows:

--- sys/dev/drm/drm_pciids.h.orig	Fri Dec 15 22:46:12 2006
+++ sys/dev/drm/drm_pciids.h	Sat Dec 16 01:07:31 2006
@@ -134,6 +134,8 @@
 	{0x1002, 0x5e4c, CHIP_RV410|CHIP_NEW_MEMMAP, "ATI Radeon RV410 X700 SE"}, \
 	{0x1002, 0x5e4d, CHIP_RV410|CHIP_NEW_MEMMAP, "ATI Radeon RV410 X700"}, \
 	{0x1002, 0x5e4f, CHIP_RV410|CHIP_NEW_MEMMAP, "ATI Radeon RV410 X700 SE"}, \
+	{0x1002, 0x71c2, CHIP_RS530|CHIP_NEW_MEMMAP, "ATI Radeon RS530 X1600"}, \
+	{0x1002, 0x71e2, CHIP_RS530|CHIP_NEW_MEMMAP, "ATI Radeon RS530 X1600 SE"}, \
 	{0x1002, 0x7834, CHIP_RS300|CHIP_IS_IGP|CHIP_NEW_MEMMAP, "ATI Radeon RS350 9000/9100 IGP"}, \
 	{0x1002, 0x7835, CHIP_RS300|CHIP_IS_IGP|CHIP_IS_MOBILITY|CHIP_NEW_MEMMAP, "ATI Radeon RS350 Mobility IGP"}, \
 	{0, 0, 0, NULL}
--- sys/dev/drm/radeon_drv.h.orig	Sat Dec 16 01:05:20 2006
+++ sys/dev/drm/radeon_drv.h	Sat Dec 16 01:05:24 2006
@@ -122,6 +122,7 @@
 	CHIP_R420,
 	CHIP_RV410,
 	CHIP_RS400,
+	CHIP_RS530,
 	CHIP_LAST,
 };
 


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


More information about the freebsd-bugs mailing list