![]() | |||||||||||
Messages in this thread |
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. Friendly, Sven Luther - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||
| Last update: 2005-03-22 13:53 [from the cache] ©2003-2008 | |||||||||||