cac_eisa_type
} cac_eisa_type[] = {
for (i = 0; i < sizeof(cac_eisa_type) / sizeof(cac_eisa_type[0]); i++)
if (strcmp(ea->ea_idstring, cac_eisa_type[i].ct_prodstr) == 0)
for (i = 0; i < nitems(cac_eisa_type); i++)
if (strcmp(ea->ea_idstring, cac_eisa_type[i].ct_prodstr) == 0)
if (i == nitems(cac_eisa_type)) {
printf(" %s: Compaq %s\n", intrstr, cac_eisa_type[i].ct_typestr);
sc->sc_cl = cac_eisa_type[i].ct_linkage;