diff options
-rw-r--r-- | sys/pc98/pc98/npx.c | 3 |
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(); |