On Sun, October 9, 2011 23:50, Brad wrote:
> On Sun, Oct 09, 2011 at 11:42:28PM +0400, Kirill Bychkov wrote:
>> On Sun, October 9, 2011 23:24, Brad wrote:
>> > On 09/10/11 2:46 PM, Kirill Bychkov wrote:
>> >> ATI Radeon HD 3450 AGP (not DRM mode). It's very slooow, but no problems
>> >> with graphics.
>> >
>> > Why not? then it would actually be playable.
>> >
>>
>> Well, device ID was added to pcidevs from my patch by grange@ (IIRC), but,
>> as
>> I can understand, it wasn't added to radeondrm.
>> I can test changes to radeondrm with current card.
>> Here is my dmesg:
>
> Well try this..
>
>
> Index: radeon_drv.c
> ===================================================================
> RCS file: /home/cvs/src/sys/dev/pci/drm/radeon_drv.c,v
> retrieving revision 1.56
> diff -u -p -r1.56 radeon_drv.c
> --- radeon_drv.c 22 Aug 2011 23:12:09 -0000 1.56
> +++ radeon_drv.c 9 Oct 2011 19:47:45 -0000
> @@ -487,6 +487,8 @@ const static struct drm_pcidev radeondrm
> CHIP_RV620|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP},
> {PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD3450,
> CHIP_RV620|RADEON_NEW_MEMMAP},
> + {PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD3450_AGP,
> + CHIP_RV620|RADEON_NEW_MEMMAP},
> {PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD3470,
> CHIP_RV620|RADEON_NEW_MEMMAP},
> {PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD2600_PRO,
>
With this patch my card starts working with radeondrm driver, but game freezes
on start.
I'll try other games with this card tonight.