Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 2000 18:22:19 -0500
From:      Sergey Babkin <babkin@bellatlantic.net>
To:        Mike Smith <msmith@FreeBSD.ORG>
Cc:        heckfordj@psi-domain.co.uk, freebsd-hackers@FreeBSD.ORG
Subject:   Re: Pentium 4
Message-ID:  <3A43E22B.61A7A49C@bellatlantic.net>
References:  <200012212115.eBLLFDj01783@mass.osd.bsdi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Mike Smith wrote:
> 
> > Is there now support for the Pentium 4 in FreeBSD??
> 
> We've always run on the P4.
> 
> > If so, is there an option such as CPUCLASS 786 in the Kernel??
> 
> No, it's still a 686.

Basically, there are 3 possible issues for Pentium4:

- higher clock frequency (also for newer P3) may cause overflow
in counters of delay loops - hopefully this does not happen in
FreeBSD
- microcode download: it got new model ID, so minor tweaking may be 
needed to make sure that Pentium4 is recognised as upgradable 
(this depends on how model comparison is done for example, Linux 
needed this tweaking, UnixWare did not)
- microcode download: CPUs must be handled one by one sequentially
to accomodate the two-CPUs-on-one-chip technology (to exclude
the case when two logical CPUs on the same chip are being told to 
do microcode upgrade at the same time)

I think that's all.

-SB


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A43E22B.61A7A49C>