ConfigureMSI
status_t ConfigureMSI(PCIDev *device, uint32 count, uint32 *startVector);
return gPCI->ConfigureMSI(device->device, count, startVector);
return gPCI->ConfigureMSI(dev, count, startVector);