From: dave <[EMAIL PROTECTED]>
> This is an MSI 875P Neo MB.
> 
> Do you have it enabled in the bios?
> 
> dave
  
  Yes, I enable HTT in the bios because without
enabling it, freebsd-current does not recognize
HTT.  I mean that;

 with bios HTT disables;
 /sys/i386/i386/identcpu.c 
   (cpu_procinfo & CPUID_HTT_CORES) >> 16)
  returns 1 !!

 while bios HTT enables;
 /sys/i386/i386/identcpu.c 
   (cpu_procinfo & CPUID_HTT_CORES) >> 16)
  returns 2.

My board is SuperMicro X5DAL-G.



_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to