NetBSD/sys/arch/alpha
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
..
a12 bcopy -> memcpy 2001-07-12 23:35:42 +00:00
alpha Rework the interrupt code, shaving some cycles off in the process. 2001-07-27 00:25:18 +00:00
common Rework the interrupt code, shaving some cycles off in the process. 2001-07-27 00:25:18 +00:00
compile
conf ncr(8) is gone from the tree, so remove ^#ncr*. 2001-07-09 15:05:22 +00:00
eisa #if 0 out a debugging printf. 2000-08-11 01:02:39 +00:00
include Rework the interrupt code, shaving some cycles off in the process. 2001-07-27 00:25:18 +00:00
isa This file is obsolsete. 2000-07-19 17:39:57 +00:00
jensenio Rework the interrupt code, shaving some cycles off in the process. 2001-07-27 00:25:18 +00:00
mcbus Determine the size of the B-Cache earier, and initialize the 2001-05-02 01:24:29 +00:00
pci Rework the interrupt code, shaving some cycles off in the process. 2001-07-27 00:25:18 +00:00
sableio bzero -> memset 2001-07-12 23:25:39 +00:00
stand bcopy -> memcpy, bzero -> memset 2001-07-22 15:17:30 +00:00
tc Rework the interrupt code, shaving some cycles off in the process. 2001-07-27 00:25:18 +00:00
tlsb Only match the "gbus" on the primary CPU's CPU module. 2001-07-19 20:34:08 +00:00
Makefile
STYLE seperate -> separate 2001-07-22 13:33:58 +00:00