summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2000-09-01 11:47:07 +0000
committerkato <kato@FreeBSD.org>2000-09-01 11:47:07 +0000
commit8ac9a8d4cd024ace6052923c706acb19c53efab7 (patch)
tree4a44d1b0ced960dfff9eec868b336d186e110b30 /sys
parentabfec47a85e6e655b18dae0750d1dcf5b7731cf6 (diff)
downloadFreeBSD-src-8ac9a8d4cd024ace6052923c706acb19c53efab7.zip
FreeBSD-src-8ac9a8d4cd024ace6052923c706acb19c53efab7.tar.gz
Fixed FPU_ERROR_BROKEN code. It had old-isa code.
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/pc98/npx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/pc98/pc98/npx.c b/sys/pc98/pc98/npx.c
index 8b9ddf4..2bd3d50 100644
--- a/sys/pc98/pc98/npx.c
+++ b/sys/pc98/pc98/npx.c
@@ -394,8 +394,7 @@ npx_probe1(dev)
* accelerator board.
*/
npx_ex16 = 1;
- dvp->id_irq = 0;
- return (-1);
+ return (0);
#endif
npx_traps_while_probing = npx_intrs_while_probing = 0;
fp_divide_by_0();
OpenPOWER on IntegriCloud