search for: mark_hardware_unsupport

Displaying 6 results from an estimated 6 matches for "mark_hardware_unsupport".

2011 Apr 26
4
RHEL 6/CentOS
...Intel GenuineIntel AMD AuthenticAMD NSC Geode by NSC Cyrix CyrixInstead Centaur CentaurHauls Transmeta GenuineTMx86 Transmeta TransmetaCPU UMC UMC UMC UMC UNSUPPORTED HARDWARE DEVICE: Centaur Processor ------------[ cut here ]------------ WARNING: at kernel/unsupported.c:13 mark_hardware_unsupported+0x37/0x40() (Not t ainted) Your hardware is unsupported. Please do not report bugs, panics, oopses, etc., on this hardware. Modules linked in: Pid: 0, comm: swapper Not tainted 2.6.32-71.24.1.el6.centos.ayplus.1.i686 #1 Call Trace: [<c0450201>] ? warn_slowpath_common+0x81/0xc0 [<c04...
2017 May 11
2
CentOS 6 / Intel CPU support
https://access.redhat.com/support/policy/intel shows mainly Xeon CPUs. What about Intel Core i7-6700 Quad-Core Skylake has the current EL6 variant support for it? Any experience? Feedback would be greatly appreciated. Thanks, LF
2017 May 11
2
CentOS 6 / Intel CPU support
...if (boot_cpu_data.x86_model > 63) { > 810 printk(KERN_CRIT > 811 "Detected CPU family %d model %d\n", > 812 boot_cpu_data.x86, > 813 boot_cpu_data.x86_model); > 814 mark_hardware_unsupported("Intel CPU model"); > 815 } > 816 break; > 817 } > 818 } > > not sure if "case 94: /* Skylake-S */" means support for Intel Core i7-6700 Quad-Core Skylake ... for the record: model 94 seems to be supported since EL6.7....
2017 May 11
0
CentOS 6 / Intel CPU support
...default: 809 if (boot_cpu_data.x86_model > 63) { 810 printk(KERN_CRIT 811 "Detected CPU family %d model %d\n", 812 boot_cpu_data.x86, 813 boot_cpu_data.x86_model); 814 mark_hardware_unsupported("Intel CPU model"); 815 } 816 break; 817 } 818 } not sure if "case 94: /* Skylake-S */" means support for Intel Core i7-6700 Quad-Core Skylake ... -- LF
2017 May 11
0
CentOS 6 / Intel CPU support
...ata.x86_model > 63) { >> 810 printk(KERN_CRIT >> 811 "Detected CPU family %d model %d\n", >> 812 boot_cpu_data.x86, >> 813 boot_cpu_data.x86_model); >> 814 mark_hardware_unsupported("Intel CPU model"); >> 815 } >> 816 break; >> 817 } >> 818 } >> >> not sure if "case 94: /* Skylake-S */" means support for Intel Core i7-6700 Quad-Core Skylake ... > > for the record: > > mode...
2017 May 11
3
CentOS 6 / Intel CPU support
...3) { >>> 810 printk(KERN_CRIT >>> 811 "Detected CPU family %d model %d\n", >>> 812 boot_cpu_data.x86, >>> 813 boot_cpu_data.x86_model); >>> 814 mark_hardware_unsupported("Intel CPU model"); >>> 815 } >>> 816 break; >>> 817 } >>> 818 } >>> >>> not sure if "case 94: /* Skylake-S */" means support for Intel Core >>> i7-6700 Quad-Core Skylake ... &gt...