NetBSD/sys/arch/i386
jdolecek 3da0847227 Make work on FPU-less computers again - if FPU is not detected in
npxprobe1(), set npxdna_func to new npxdna_empty(). This function just
returns 0 and thus fallbacks to a T_DNA trap (and math emulate, if present).
This fixes kern/15828 by Masaru Oki, tested on 386DX machine.
Reviewed by Jason Thorpe.

make npxdna_s87() and npxdna_xmm() static
g/c (npx_type == NPX_NONE) test from npxdna_s87(), it's no longer needed
2002-04-01 08:11:56 +00:00
..
bioscall Rebuild after my re-arrangement of GDT entries, since this code depends on 2002-01-23 15:05:33 +00:00
compile
conf add url(4) 2002-03-29 04:53:31 +00:00
eisa add RCSID 2001-11-15 07:03:28 +00:00
gdbscripts
i386 compat signal array renaming. 2002-03-31 22:21:02 +00:00
include add HTT cpu flag, and further split message 2002-03-20 15:59:26 +00:00
isa Make work on FPU-less computers again - if FPU is not detected in 2002-04-01 08:11:56 +00:00
mca Fix so these files build with options DEBUG enabled. 2001-12-04 20:00:15 +00:00
pci Also correct the attach flags to enable IO space on the Intel 450NX. 2002-03-16 22:17:27 +00:00
pnpbios Add explicit support of OPL3-SA2 (YMF711). 2002-03-10 13:57:10 +00:00
stand Add (missing)pushl/popl for %edi in ENTRY(pxecall_pxenv). 2002-03-27 17:24:22 +00:00
Makefile