summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/nmi.c
Commit message (Expand)AuthorAgeFilesLines
* Zap the old isa_device specific register_intr() and unregister_intr()peter1999-12-201-66/+0
* This adds the i386 specific support for systems with a MicroChannelmdodd1999-09-031-2/+23
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
* Fixed a longstanding scheduling bug. ASTs and softclock interrupts werebde1999-07-101-12/+13
* Recover from removing the last (unshared) interrupt handler.peter1999-05-221-27/+12
* Use unit, not device_id as an argument to an old-style ISA interruptdfr1999-05-041-3/+3
* Make the register_intr() glue actually have a chance of working...peter1999-04-231-2/+3
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-211-42/+426
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-1/+3
* Generate intrnames[] dynamically. This should be new-bus friendly.bde1999-04-141-65/+80
* Unspammed includes in <machine/cpufunc.h> in the !SMP case. Partiallybde1999-01-081-1/+4
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-2/+2
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-061-5/+8
* Converted isa_strayintr() to take a `void *' arg.bde1998-06-181-10/+11
* Changed the type of an isa/general interrupt handler to take abde1998-06-181-4/+4
* Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() intobde1998-05-311-47/+10
* Use a higher priority interrupt vector for 8254 timer interrupts.tegge1998-05-171-2/+5
* When entering the apic version of slow interrupt handler, leveltegge1998-03-031-12/+26
* Staticize.eivind1998-02-091-2/+2
* Add a small hack to support the strange antics of the Unisys ELI 4003. Thismckay1997-09-281-10/+22
* Another round of lock pushdown.fsmp1997-08-301-1/+9
* Support for the new FAST_HI algorithm, enabled.fsmp1997-08-291-4/+38
* Removed unused #includes.bde1997-07-201-8/+1
* Preliminary support for per-cpu data pages.peter1997-06-221-2/+2
* Added PC-98 code.kato1997-06-021-13/+62
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-021-0/+418
OpenPOWER on IntegriCloud