aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/npx.c
Commit message (Expand)AuthorAgeFilesLines
* o Merge FreeBSD-SA-06:14.fpu.releng/4.8Maxim Konovalov2006-04-211-2/+40
* MFC: Explicitly initialize the fpu when SSE is enabled.Tor Egge2001-10-201-0/+5
* MFC: rev 1.109: dont even generate SSE instructions unless CPU_ENABLE_SSEPeter Wemm2001-08-271-6/+14
* MFC: SSE kernel support. This is only active if you compilePeter Wemm2001-08-151-14/+58
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somePeter Wemm2000-01-291-5/+0
* Use device_printf() instead of device_print_prettyname().Doug Rabson2000-01-251-10/+9
* Print out flags valuePoul-Henning Kamp1999-09-211-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add an identify method to allow npx to arrange itself to be attached toPeter Wemm1999-08-221-1/+18
* Various formatting fixes on my FPE trapcode commit.Martin Cracauer1999-07-261-140/+140
* On FPU exceptions, pass a useful error code (one of the FPE_...Martin Cracauer1999-07-251-24/+202
* Don't hardcode IRQ 13 for NPX. It's as good as hardwired in the hardwarePeter Wemm1999-05-151-6/+11
* Yet another place I missed when increasing trapframe size, which causes problemLuoqi Chen1999-05-111-2/+2
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-3/+3
* Fix unused variable "flags". (only used if #ifdef I586_CPU)Peter Wemm1999-05-081-1/+3
* I'm not sure why the #ifdef SMP became #if 1 (this overrode the npx probePeter Wemm1999-05-061-5/+3
* Fixed profiling of elf kernels. Made high resolution profiling compileBruce Evans1999-05-061-1/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-59/+100
* Ifdef declaration of a conditionally defined function "timezero".Dmitrij Tejblum1999-03-281-1/+3
* Moved declarations related to copying and zeroing to the right place.Bruce Evans1999-01-081-12/+1
* Moved the declaration of another non-SMP variable into the non-SMP section.Bruce Evans1998-12-141-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-5/+9
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-1/+4
* Removed unused includes.Bruce Evans1998-06-211-2/+1
* Support compiling with `gcc -pedantic' (don't use hard newlines inBruce Evans1998-04-191-28/+24
* Finish supporting compiling with `gcc -ansi'. Fix missing `volatile'sBruce Evans1998-04-151-6/+6
* remove #ifdef declaration of npxproc, use globals.s and the extern always.Peter Wemm1998-04-061-5/+1
* Removed a superstitious fnop() that broke the usefulness of the FPU'sBruce Evans1998-02-151-2/+1
* Only use the i586-optimized copying and zeroing functions if they areBruce Evans1998-02-121-3/+38
* Make the debug options new-style.Eivind Eklund1998-01-311-1/+2
* Removed an unused #included.Bruce Evans1997-11-181-3/+10
* Don't include <machine/cputypes.h> or declare cputype/class interfacesBruce Evans1997-10-281-2/+5
* Revert my previous commit about using CS_SECURE macro.Philippe Charnier1997-08-211-2/+2
* Use CS_SECURE macro.Philippe Charnier1997-08-181-2/+2
* VM86 kernel support.John Dyson1997-08-091-2/+2
* Made the SMP case ignore the possibility of an INT13 interface.Steve Passe1997-07-211-64/+43
* Removed unused #includes.Bruce Evans1997-07-201-4/+1
* Remove the disable for the P5 cpu class bcopy using the FPU on SMP kernels,Peter Wemm1997-07-171-3/+2
* Preliminary support for per-cpu data pages.Peter Wemm1997-06-221-7/+6
* Move interrupt handling code from isa.c to a new file. This should makeDoug Rabson1997-06-021-1/+2
* Include file updates.. <machine/spl.h> -> <machine/ipl.h>, addPeter Wemm1997-05-311-2/+3
* remove now redundant (struct trapframe *) castPeter Wemm1997-05-071-2/+2
* Man the liferafts! Here comes the long awaited SMP -> -current merge!Peter Wemm1997-04-261-3/+72
* Make the necessary changes so that an ELF kernel can be built. IJohn Polstra1997-04-221-5/+9
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Disabled logging of masked exceptions on exit. Keep the side effect ofBruce Evans1997-01-291-2/+6
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Reenabled i586_optimized_copyin/out yet again.Bruce Evans1997-01-041-3/+1
* Disabled i586-optimized copyin and copyout again. The fault handlerBruce Evans1996-12-281-1/+3