Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 1997 21:40:49 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-current@freebsd.org, regnauld@deepo.prosa.dk
Subject:   Re: DX 2/50 as i286...
Message-ID:  <199701281040.VAA21068@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>More on this -- defining I386_CPU as well as I486_CPU doesn't help.
>The kernel still panics on boot with a i286 probe !
>
>Strangely, the I486_CPU only kernel of the machine I'm using now
>works fine on the 2/50 (??).  The only differences I see in the kernels are:

The i286 message means that `cpu_class' is 0.  This can't happen :-).
cpu_class is always set to != 0 if `cpu_id' is 0x435.  The other
messages are consistent with a cpu_id of 0x435.  Perhaps something
is overwriting cpu_class.

Bruce



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