PCIX_SLOT0
(strncmp(path, PCIX_SLOT0, strlen(PCIX_SLOT0)) == 0)) {
if ((strcmp(path, PCIX_SLOT0) == 0) ||
if (strncmp(path, PCIX_SLOT0, PCIX_COMP_NUM) == 0) {