Date: Fri, 8 Oct 2004 18:30:34 GMT From: Mikhail Teterin <mi+mx@aldan.algebra.com> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/60474: Temporary fix for DRM support for Radeon 9200 Message-ID: <200410081830.i98IUYLw065723@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/60474; it has been noted by GNATS. From: Mikhail Teterin <mi+mx@aldan.algebra.com> To: freebsd-gnats-submit@freebsd.org, dotz@irc.pl Cc: dri-devel@lists.sourceforge.net Subject: Re: kern/60474: Temporary fix for DRM support for Radeon 9200 Date: Fri, 8 Oct 2004 14:17:51 -0400 Hi, Eric! Can this be assigned back to you? I have another pair of PCI IDs, BTW, and I am sure, there are people with shiny new Radeon-9800 out there too... Yours, -mi cvs diff: Diffing . Index: drm_pciids.h =================================================================== RCS file: /home/ncvs/src/sys/dev/drm/drm_pciids.h,v retrieving revision 1.1 diff -U2 -r1.1 drm_pciids.h --- drm_pciids.h 11 Jun 2004 03:26:59 -0000 1.1 +++ drm_pciids.h 8 Oct 2004 18:11:39 -0000 @@ -7,4 +7,6 @@ {0x1002, 0x4136, 0, "ATI Radeon RS100 IGP 320M"}, \ {0x1002, 0x4137, 0, "ATI Radeon RS200 IGP"}, \ + {0x1002, 0x4152, 0, "ATI Radeon RV350 9600"}, \ + {0x1002, 0x4172, 0, "ATI Radeon RV350 9600 (Secondary)"}, \ {0x1002, 0x4237, 0, "ATI Radeon RS250 IGP"}, \ {0x1002, 0x4242, 0, "ATI Radeon BB R200 AIW 8500DV"}, \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410081830.i98IUYLw065723>