Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Oct 2003 13:21:26 +0900 (JST)
From:      Yamada Ken Takeshi <ken@tydfam.jp>
To:        dave@asylum.org
Cc:        freebsd-current@freebsd.org
Subject:   Re: Q) Does em0 work under HTT?
Message-ID:  <20031004.132126.846935030.ken@tydfam.jp>
In-Reply-To: <5.1.0.14.2.20031003230639.030cae68@localhost>
References:  <20031004.115108.730549851.ken@tydfam.jp> <5.1.0.14.2.20031003230639.030cae68@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
From: dave <dave@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.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031004.132126.846935030.ken>