freebsd-src/sys/amd64/isa
John Baldwin 8088699f79 - Overhaul the software interrupt code to use interrupt threads for each
type of software interrupt.  Roughly, what used to be a bit in spending
  now maps to a swi thread.  Each thread can have multiple handlers, just
  like a hardware interrupt thread.
- Instead of using a bitmask of pending interrupts, we schedule the specific
  software interrupt thread to run, so spending, NSWI, and the shandlers
  array are no longer needed.  We can now have an arbitrary number of
  software interrupt threads.  When you register a software interrupt
  thread via sinthand_add(), you get back a struct intrhand that you pass
  to sched_swi() when you wish to schedule your swi thread to run.
- Convert the name of 'struct intrec' to 'struct intrhand' as it is a bit
  more intuitive.  Also, prefix all the members of struct intrhand with
  'ih_'.
- Make swi_net() a MI function since there is now no point in it being
  MD.

Submitted by:	cp
2000-10-25 05:19:40 +00:00
..
atpic_vector.S - Change fast interrupts on x86 to push a full interrupt frame and to 2000-10-06 02:20:21 +00:00
clock.c - Overhaul the software interrupt code to use interrupt threads for each 2000-10-25 05:19:40 +00:00
icu.h Replaced the INTRMASK and INTRUNMASK macros by "|" and "&~" operations. 1999-12-26 12:43:47 +00:00
icu_ipl.S Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
icu_ipl.s Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
icu_vector.S - Change fast interrupts on x86 to push a full interrupt frame and to 2000-10-06 02:20:21 +00:00
icu_vector.s - Change fast interrupts on x86 to push a full interrupt frame and to 2000-10-06 02:20:21 +00:00
intr_machdep.c - Overhaul the software interrupt code to use interrupt threads for each 2000-10-25 05:19:40 +00:00
intr_machdep.h - Overhaul the software interrupt code to use interrupt threads for each 2000-10-25 05:19:40 +00:00
isa.c Convert the type of bus_space_handle_t of pc98 from structure into 2000-10-20 02:42:06 +00:00
isa.h
isa_dma.c Add PnP probe methods to some common AT hardware drivers. In each case, 2000-06-23 07:44:33 +00:00
isa_dma.h Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags. 2000-03-13 10:19:32 +00:00
ithread.c - Overhaul the software interrupt code to use interrupt threads for each 2000-10-25 05:19:40 +00:00
nmi.c - Overhaul the software interrupt code to use interrupt threads for each 2000-10-25 05:19:40 +00:00
npx.c Catch up to moving headers: 2000-10-20 07:58:15 +00:00
timerreg.h
vector.S Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
vector.s Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00