Q) Does em0 work under HTT?

Yamada Ken Takeshi ken at tydfam.jp
Fri Oct 3 21:22:50 PDT 2003


From: dave <dave at asylum.org>
> 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.





More information about the freebsd-current mailing list