Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 1995 06:51:31 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-bugs@FreeBSD.org, seb@erix.ericsson.se
Subject:   Re: npxprobe1() machine freezes
Message-ID:  <199502211951.GAA21626@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>The probing for npx0 causes my machine to completely lock up. The
>cause seems to be the fnop() that has been added in npxprobe1() (in
>i386/isa/npx.c) since 2.0-RELEASE. (I am running 950210-SNAP now). It
>works just fine if you comment out the fnop(). My machine is an old
>386 (Chips&Technologies chipset, AMI BIOS, and no math co-processor).
                                                OK

Oops, I misread your problem report.  Only a similar problem in
npxintr() has been fixed.

The problem seems to be that npxprobe1() tries several FPU instructions
to see if there is an FPU, and fnop() is not among the ones that are
safe to try.

Bruce



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