Lines Matching defs:model
169 * Macintosh Table: hardcoded model configuration data.
174 * inaccurate, so look here if a new Mac model won't run. Example: if
795 int model = mac_bi_data.id;
796 if (!model) {
797 /* no bootinfo model id -> NetBSD booter was used! */
798 /* XXX FIXME: breaks for model > 31 */
799 model = (mac_bi_data.cpuid >> 2) & 63;
800 pr_warn("No bootinfo model ID, using cpuid instead (obsolete bootloader?)\n");
805 if (m->ident == model) {
840 pr_info("Detected Macintosh model: %d\n", model);