[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [patch] g4 ibook radeonfb



On Tue, 2003-11-11 at 15:23, Guido Guenther wrote: 
> Hi,
> I need the following patch to get the radeonfb to work on a new g4 ibook
> (PCIId 5c63). 

[...]

> --- include/linux/pci_ids.h.orig        2003-11-11 14:12:49.000000000
> +0100
> +++ include/linux/pci_ids.h     2003-11-11 13:56:21.000000000 +0100
> @@ -313,6 +313,7 @@
>  #define PCI_DEVICE_ID_ATI_RADEON_Le    0x4c65
>  #define PCI_DEVICE_ID_ATI_RADEON_Lf    0x4c66
>  #define PCI_DEVICE_ID_ATI_RADEON_Lg    0x4c67
> +#define PCI_DEVICE_ID_ATI_RADEON_Lh    0x5C63
>  /* RadeonIGP */
>  #define PCI_DEVICE_ID_ATI_RADEON_IGP   0xCAB0

FYI, the traditional two letter code of Radeons was the ASCII equivalent
of the PCI ID, so 0x5c63 would be '\c', not Lh. It seems this has been
abandoned for the newer chips though, the relevant line in the XFree86
radeon_probe.c:

   { PCI_CHIP_RV280_5C63, "ATI Radeon Mobility 9200 (M9+) 5C63 (AGP)" },

as opposed to:

   { PCI_CHIP_RV250_Lf, "ATI Radeon Mobility 9000 (M9) Lf (AGP)" },


-- 
Earthling Michel Dänzer      |     Debian (powerpc), X and DRI developer
Software libre enthusiast    |   http://svcs.affero.net/rm.php?r=daenzer



Reply to: