Re: Voodoo 5 6000 Clone PCB
Posted on Yesterday, 15:57
Do you know any drivers to support 6-8 cores? Looking in SLIAA.h + SLIAA.c they have as below so I suspect that four is the limit unless the driver is updated. #define MAX_CHIPS (4) typedef struct chipinfo { DWORD dwChips; // dwChips: Number of chips in multi-chip configuration (1-4) // Some sanity …