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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message