Hi all, While looking at via_xvmc.c, I found out that chips are either matched with, for example, (pVia->Chipset == VIA_PM800) or (pVia->ChipId == PCI_CHIP_VT3259). It looks like the same information to me and I find this to be confusing. Couldn't we choose one and get rid of the other or am I missing something ? Regards, Xavier