Re: [Linux-fbdev-devel] Re: FBDEV 2.6.0-test7 updates.

From: James Simmons
Date: Fri Oct 17 2003 - 11:49:07 EST



> On Thu, Oct 16, 2003 at 11:19:18AM +0200, Carlo E. Prelz wrote:
> > /* Radeon RV280 (9200) */
> > #define PCI_DEVICE_ID_ATI_RADEON_Y_ 0x5960
> > +#define PCI_DEVICE_ID_ATI_RADEON_Yz 0x5964
> > /* Radeon R300 (9500) */
> > #define PCI_DEVICE_ID_ATI_RADEON_AD 0x4144
> > /* Radeon R300 (9700) */
> >
> > (I did not know how to call it. _Yz did not exist, so I grabbed it. Is
> > there any logic in these codes?)
>
> You use the ascii code of the id :
>
> 0x41 -> A, 0x44 -> D thus 0x4144 -> AD.
>
> So, the 0x5964 must be Yd.

So that is the logic to it?


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/