NetBSD/sys/arch/alpha/common
thorpej 0fb6b9a8f8 Rework the interrupt code, shaving some cycles off in the process.
Rather than an "iointr" routine that decomposes a vector into an
IRQ, we maintain a vector table directly, hooking up each "iointr"
routine at the correct vector.  This also allows us to hook device
interrupts up to specific vectors (c.f. Jensen).

We can shave even more cycles off, here, and I will, but it requires
some changes to the alpha_shared_intr stuff.
2001-07-27 00:25:18 +00:00
..
bus_dma.c bzero -> memset 2001-07-12 23:25:39 +00:00
comlogout.c ANSI'ify. 2001-01-03 21:40:25 +00:00
sgmap_common.c Simplify the SGMAP code a bit, and move SGVA allocation out of a 2001-07-19 04:27:37 +00:00
sgmap_typedep.c Since the SGMAP buffer load subroutine doesn't need to modify 2001-07-19 18:20:20 +00:00
sgmap_typedep.h ANSI'ify. 2001-01-03 20:29:58 +00:00
sgmapvar.h Simplify the SGMAP code a bit, and move SGVA allocation out of a 2001-07-19 04:27:37 +00:00
shared_intr.c Rework the interrupt code, shaving some cycles off in the process. 2001-07-27 00:25:18 +00:00