Date: Fri, 18 May 2007 22:35:41 GMT From: Anatoly Yarinich<mrkoin@ua.fm> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/112772: [drm] [patch] add ATI RADEON Express 1150 [chip=0x59751002] Message-ID: <200705182235.l4IMZfBq024687@www.freebsd.org> Resent-Message-ID: <200705182250.l4IMo4JI019916@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 112772 >Category: kern >Synopsis: [drm] [patch] add ATI RADEON Express 1150 [chip=0x59751002] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 18 22:50:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Anatoly Yarinich >Release: 6.2-RELEASE #1 >Organization: >Environment: FreeBSD x 6.2-RELEASE FreeBSD 6.2-RELEASE #1: Mon Jan 22 14:16:48 GMT 2007 root@x:/usr/obj/usr/src/sys/xBSD amd64 >Description: Patch adds ATI Radeon Express 1150 (which is typically installed in e.g. Dell Inspiron 1501) to drm kernel module. Otherwise drm does not see video card. >How-To-Repeat: Try radeon driver for Xorg on ATI Radeon Express 1150 video card >Fix: Patch attached with submission follows: --- /usr/src/sys/dev/drm/drm_pciids.h Sat Jan 30 01:03:25 2007 +++ /usr/src/sys/dev/drm/drm_pciids.h Sat May 19 01:02:37 2007 @@ -128,6 +128,7 @@ {0x1002, 0x5d50, CHIP_R420|CHIP_NEW_MEMMAP, "ATI unknown Radeon / FireGL R480"}, \ {0x1002, 0x5d52, CHIP_R420|CHIP_NEW_MEMMAP, "ATI Radeon R480 X850 XT"}, \ {0x1002, 0x5d57, CHIP_R420|CHIP_NEW_MEMMAP, "ATI Radeon R423 X800 XT"}, \ + {0x1002, 0x5975, CHIP_R420|CHIP_IS_MOBILITY|CHIP_NEW_MEMMAP, "ATI Radeon RS482 X200M"}, \ {0x1002, 0x5e48, CHIP_RV410|CHIP_NEW_MEMMAP, "ATI FireGL V5000 RV410"}, \ {0x1002, 0x5e4a, CHIP_RV410|CHIP_NEW_MEMMAP, "ATI Radeon RV410 X700 XT"}, \ {0x1002, 0x5e4b, CHIP_RV410|CHIP_NEW_MEMMAP, "ATI Radeon RV410 X700 Pro"}, \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705182235.l4IMZfBq024687>