summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/npx.c
Commit message (Expand)AuthorAgeFilesLines
* Print out flags valuephk1999-09-211-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add an identify method to allow npx to arrange itself to be attached topeter1999-08-221-1/+18
* Various formatting fixes on my FPE trapcode commit.cracauer1999-07-261-140/+140
* On FPU exceptions, pass a useful error code (one of the FPE_...cracauer1999-07-251-24/+202
* Don't hardcode IRQ 13 for NPX. It's as good as hardwired in the hardwarepeter1999-05-151-6/+11
* Yet another place I missed when increasing trapframe size, which causes problemluoqi1999-05-111-2/+2
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-3/+3
* Fix unused variable "flags". (only used if #ifdef I586_CPU)peter1999-05-081-1/+3
* I'm not sure why the #ifdef SMP became #if 1 (this overrode the npx probepeter1999-05-061-5/+3
* Fixed profiling of elf kernels. Made high resolution profiling compilebde1999-05-061-1/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-59/+100
* Ifdef declaration of a conditionally defined function "timezero".dt1999-03-281-1/+3
* Moved declarations related to copying and zeroing to the right place.bde1999-01-081-12/+1
* Moved the declaration of another non-SMP variable into the non-SMP section.bde1998-12-141-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-5/+9
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-1/+4
* Removed unused includes.bde1998-06-211-2/+1
* Support compiling with `gcc -pedantic' (don't use hard newlines inbde1998-04-191-28/+24
* Finish supporting compiling with `gcc -ansi'. Fix missing `volatile'sbde1998-04-151-6/+6
* remove #ifdef declaration of npxproc, use globals.s and the extern always.peter1998-04-061-5/+1
* Removed a superstitious fnop() that broke the usefulness of the FPU'sbde1998-02-151-2/+1
* Only use the i586-optimized copying and zeroing functions if they arebde1998-02-121-3/+38
* Make the debug options new-style.eivind1998-01-311-1/+2
* Removed an unused #included.bde1997-11-181-3/+10
* Don't include <machine/cputypes.h> or declare cputype/class interfacesbde1997-10-281-2/+5
* Revert my previous commit about using CS_SECURE macro.charnier1997-08-211-2/+2
* Use CS_SECURE macro.charnier1997-08-181-2/+2
* VM86 kernel support.dyson1997-08-091-2/+2
* Made the SMP case ignore the possibility of an INT13 interface.fsmp1997-07-211-64/+43
* Removed unused #includes.bde1997-07-201-4/+1
* Remove the disable for the P5 cpu class bcopy using the FPU on SMP kernels,peter1997-07-171-3/+2
* Preliminary support for per-cpu data pages.peter1997-06-221-7/+6
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-021-1/+2
* Include file updates.. <machine/spl.h> -> <machine/ipl.h>, addpeter1997-05-311-2/+3
* remove now redundant (struct trapframe *) castpeter1997-05-071-2/+2
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-3/+72
* Make the necessary changes so that an ELF kernel can be built. Ijdp1997-04-221-5/+9
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Disabled logging of masked exceptions on exit. Keep the side effect ofbde1997-01-291-2/+6
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Reenabled i586_optimized_copyin/out yet again.bde1997-01-041-3/+1
* Disabled i586-optimized copyin and copyout again. The fault handlerbde1996-12-281-1/+3
* Reenabled i586-optimized copyin/out.bde1996-11-301-3/+1
* Disabled i586-optimized copyin and copyout. They usually panic if thebde1996-11-151-1/+3
* Replaced I586_OPTIMIZED_BCOPY and I586_OPTIMIZED_BZERO with boot-timebde1996-11-111-13/+47
* Remove devconf, it never grew up to be of any use.phk1996-09-061-30/+1
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-251-1/+2
* Choose a different name to hold the option definition.. The original onepeter1996-01-061-2/+2
OpenPOWER on IntegriCloud