ATI Radeon RV350 AQ 9600 SE card isnt working

John Baldwin jhb at FreeBSD.org
Wed Feb 23 14:35:59 PST 2005


On Wednesday 23 February 2005 05:09 pm, Anatoly Tyukanov wrote:
> hey guys
>
> my ATI Radeon RV350 AQ 9600SE wasnt discovered by drm. :-(
>
> im using:
> FreeBSD insomnia 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Thu Feb 24
> 00:05:26 MSK 2005     root at insomnia:/usr/obj/usr/src/sys/KERNEL  i386
>
> here is scanpci -vv:
> pci bus 0x0001 cardnum 0x00 function 0x00: vendor 0x1002 device 0x4151
>   ATI Technologies Inc RV350 AQ [Radeon 9600]
>   CardVendor 0x17ee card 0x2002 (Card unknown)
>    STATUS    0x02b0  COMMAND 0x0007
>    CLASS     0x03 0x00 0x00  REVISION 0x00
>    BIST      0x00  HEADER 0x80  LATENCY 0x20  CACHE 0x08
>    BASE0     0xc0000008  addr 0xc0000000  MEM PREFETCHABLE
>    BASE1     0x00009001  addr 0x00009000  I/O
>    BASE2     0xe9000000  addr 0xe9000000  MEM
>    MAX_LAT   0x00  MIN_GNT 0x08  INT_PIN 0x01  INT_LINE 0x09
>
> "patch":
> --- /usr/src/sys/dev/drm/drm_pciids.h.orig      Wed Feb 23 23:57:47 2005
> +++ /usr/src/sys/dev/drm/drm_pciids.h   Thu Feb 24 00:30:00 2005
> @@ -62,6 +62,7 @@
>          {0x1002, 0x5c62, 0, "ATI Radeon RV280"}, \
>          {0x1002, 0x5c63, 0, "ATI Radeon RV280 Mobility"}, \
>          {0x1002, 0x5c64, 0, "ATI Radeon RV280"}, \
> +       {0x1002, 0x4151, 0, "ATI Radeon RV350 AQ 9600 SE"}, \
>          {0, 0, 0, NULL}
>
>   #define r128_PCI_IDS \
>
> and result:
> drm0: <ATI Radeon RV350 AQ 9600 SE> port 0x9000-0x90ff mem
> 0xe9000000-0xe900ffff,0xc0000000-0xcfffffff irq 9 at device 0.0 on pci1
> info: [drm] AGP at 0xe0000000 128MB
> info: [drm] Initialized radeon 1.11.0 20020828 on minor 0

It still won't work though.  The chips after the RV280 aren't supported by the 
DRI bits as far as 3d GL acceleration.  Adding the PCI ID to the drm driver 
doesn't buy you anything.

-- 
John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org


More information about the freebsd-hardware mailing list