aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/npx.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the CPU_ENABLE_SSE option from the i386 and pc98 architectures,Xin LI2005-07-021-4/+1
* - Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h.Yoshihiro Takahashi2005-05-121-6/+0
* Change a directory layout for pc98.Yoshihiro Takahashi2005-05-101-1/+1
* Initialize the mxcsr properly, so the initial value in a process isn'tDavid Schultz2005-03-171-0/+10
* Eleminate 3 PC98 ifdefs:Warner Losh2005-03-161-17/+5
* bus_alloc_resource must obey the same rules asWarner Losh2005-03-161-1/+1
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-021-3/+3
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-271-1/+0
* Let nexus print our flags for us. Also, clean up an obfuscated if stmt.Nate Lawson2004-10-141-10/+7
* Remove local hacks to set flags now that the device probe does this for us.Nate Lawson2004-10-141-2/+1
* Clear any pending exceptions before using frstor (in the non-FXSR case)Bruce Evans2004-06-191-0/+4
* Fixed a panic caused by over-optimizing npxdrop() in the non-FXSR case.Bruce Evans2004-06-181-0/+9
* Fixed misclassification of npx interrupts caused by npx_probe().Bruce Evans2004-06-061-12/+1
* Trim unused includes.John Baldwin2004-05-111-1/+0
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-121-3/+3
* Fixed a misplaced ifdef that prevented npx.c building without "device isa"Bruce Evans2004-02-131-1/+1
* New APIC support code:John Baldwin2003-11-031-37/+13
* Add constants for entries in the IDT and use those instead of magicJohn Baldwin2003-09-101-4/+5
* Initiate de-orbit burn for fpu-less operation. 386+387 is stillPeter Wemm2003-07-221-25/+3
* Use __FBSDID().David E. O'Brien2003-06-021-1/+3
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,Dag-Erling Smørgrav2003-04-041-4/+2
* - In npxgetregs() use the td argument to save the fpu state from and notJeff Roberson2003-04-011-2/+1
* - In npxsetregs don't set the floating point if td == fpcurthread not ifJeff Roberson2003-03-311-1/+1
* Move a bunch of flags from the KSE to the thread.Julian Elischer2003-02-171-1/+1
* Add getcontext, setcontext, and swapcontext as system calls.Daniel Eischen2002-11-161-2/+2
* Fix typo. ioport_rid should be irq_rid.David Xu2002-11-051-1/+1
* Finish fixing the 5.x FPU code for dealing with signal handlers.Peter Wemm2002-10-251-0/+1
* Hide inline assembly if lint is defined.Poul-Henning Kamp2002-10-201-1/+1
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* Add kernel support needed for the KSE-aware libpthread:Jonathan Mini2002-09-161-35/+152
* Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions)Peter Wemm2002-09-071-0/+7
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptMatthew Dillon2002-03-271-3/+9
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-20/+20
* Fix abuses of cpu_critical_{enter,exit} by converting toWarner Losh2002-03-211-12/+12
* Remove __P.Alfred Perlstein2002-03-201-21/+21
* revert last commit temporarily due to whining on the lists.Matthew Dillon2002-02-261-9/+3
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remainMatthew Dillon2002-02-261-3/+9
* Don't include <isa/isavar.h> or compile code depending on it when isaBruce Evans2002-01-301-1/+5
* Introduce a standard name for the lock protecting an interrupt controllerJohn Baldwin2001-12-201-0/+3
* Modify the critical section API as follows:John Baldwin2001-12-181-8/+8
* Overhaul the per-CPU support a bit:John Baldwin2001-12-111-17/+17
* MFi386:Bruce Evans2001-10-211-0/+2
* MFpc98: fundamental differences. The magic numbers for the i/o portBruce Evans2001-10-211-0/+17
* MFpc98: all changes in sys/pc98/pc98/npx.c related to FPU_ERROR_BROKEN.Bruce Evans2001-10-211-0/+9
* Deleted most of npxprobe(), and merged npxprobe1() back into npxprobe().Bruce Evans2001-10-161-127/+49
* Commit my old fixes for cosmetic bugs in npxprobe() so that they aren'tBruce Evans2001-10-161-13/+8
* Explicitly initialize the fpu when SSE is enabled since this noTor Egge2001-10-151-0/+5
* Whitespace fixes.John Baldwin2001-09-181-3/+3
* s/thread'/thread's/Warner Losh2001-09-141-1/+1