Date: Fri, 30 Apr 2004 10:51:49 -0400 From: John Baldwin <jhb@FreeBSD.org> To: freebsd-current@FreeBSD.org Cc: FreeBSD current users <current@FreeBSD.org> Subject: Re: mptable not showing all proccessors? Message-ID: <200404301051.49859.jhb@FreeBSD.org> In-Reply-To: <Pine.BSF.4.21.0404291418320.87336-100000@InterJet.elischer.org> References: <Pine.BSF.4.21.0404291418320.87336-100000@InterJet.elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 29 April 2004 05:22 pm, Julian Elischer wrote: > I have an intel server motherboard that has 2 Xeom HTT processors. > > FreeBSD correctly finds 4 processors but mptable only shows the 2 > physical processors. > > I assume this means the BIOS is buggy, as Hyperthreading is turned on > in the BIOS and I assume it should have put all 4 in the table. > > Anyone seen anything like this? > anything I should worry about? > FreeBSD 4.8++ seems to work on it just fin and sees all 4 cpus.. > Would -current have any problems? I vaguely remember that -current > might trust the Bios tables a bit more.. MP Tables almost never show logical processors. -current does a better job as it uses the MADT which does list logical processors. -current's mptable code can be forced to assume that any logical processors are enabled (which is what 4.x does) via the 'MPTABLE_FORCE_HTT' kernel option. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404301051.49859.jhb>