Searched refs:brandid (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/arch/i386/pci/
H A Dichpcib.c175 int family, model, stepping, brandid, ret; local
185 brandid = cpu_miscinfo & 0xff; /* XXX should put this in ci */
199 if (brandid == 14 || brandid == 15)
203 if (brandid == 14)
207 if (brandid == 14 && strncasecmp(cpu_model,

Completed in 56 milliseconds