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