freebsd-nq/sys/amd64/isa
Bruce Evans c618090a83 Fixed a longstanding scheduling bug. ASTs and softclock interrupts were
not masked during handling of shared PCI interrupts.  This resulted in
ASTs sometimes being discarded and softclock interrupts sometimes being
handled prematurely (sometimes = quite often on systems with shared PCI
interrupts, never on other systems).

Debugged by:	gibbs and other people at plutotech.com
PR:		6944, maybe 12381
1999-07-10 14:54:19 +00:00
..
atpic_vector.S Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter. 1999-05-28 14:08:59 +00:00
clock.c Shut up gcc. 1999-06-27 09:08:48 +00:00
icu_ipl.s Implemented dynamic registration of software interrupt handlers. Not 1998-08-11 15:08:13 +00:00
icu_ipl.S Implemented dynamic registration of software interrupt handlers. Not 1998-08-11 15:08:13 +00:00
icu_vector.s Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter. 1999-05-28 14:08:59 +00:00
icu_vector.S Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter. 1999-05-28 14:08:59 +00:00
icu.h Moved the SMP declarations of INTREN() and INTRDIS() to the correct header, 1998-01-01 08:47:17 +00:00
intr_machdep.c Fixed a longstanding scheduling bug. ASTs and softclock interrupts were 1999-07-10 14:54:19 +00:00
intr_machdep.h remove references to isa_device, it's no longer associated with interrupts. 1999-06-03 20:41:00 +00:00
isa_dma.c Clean out some unused leftovers from before the split from the old isa.c. 1999-05-09 23:56:00 +00:00
isa_dma.h Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
isa.c Allow up to 8 ports, 4 memory regions and two irqs and drqs. 1999-05-30 11:05:39 +00:00
isa.h Move IO_PSMSIZE from kbdio.h to isa.h. I thought I did this a long time 1999-01-06 05:40:01 +00:00
nmi.c Fixed a longstanding scheduling bug. ASTs and softclock interrupts were 1999-07-10 14:54:19 +00:00
npx.c Don't hardcode IRQ 13 for NPX. It's as good as hardwired in the hardware 1999-05-15 17:58:58 +00:00
timerreg.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
vector.s Generate intrnames[] dynamically. This should be new-bus friendly. 1999-04-14 14:26:36 +00:00
vector.S Generate intrnames[] dynamically. This should be new-bus friendly. 1999-04-14 14:26:36 +00:00