NetBSD/sys/arch/alpha
mjacob 7a43c0e46b Fixed the one minor buglet that kept 8200s from working
(SCB_VECTOIDX(vec) - SCB_IOVECBASE] -> SCB_VECTOIDX(vec - SCB_IOVECBASE))

Sigh. This is all very good work- this new interrupt stuff. Yet like the
last time my good friend Jason 'simplified' things, we lost information.
It used to be you could tell which specific slot an interrupt was frame
based upon the vector. Now you can't because they're allocated dynamically.
Oh well- it's not all that important.
2001-08-13 23:36:30 +00:00
..
a12 bcopy -> memcpy 2001-07-12 23:35:42 +00:00
alpha add an unlock missing from previous revision. 2001-08-13 01:12:15 +00:00
common Rework the interrupt code, shaving some cycles off in the process. 2001-07-27 00:25:18 +00:00
compile
conf Move _insque()/_remque() to libkern. Once remaining uses would 2001-08-12 08:35:31 +00:00
eisa
include Rework the interrupt code, shaving some cycles off in the process. 2001-07-27 00:25:18 +00:00
isa
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 Fixed the one minor buglet that kept 8200s from working 2001-08-13 23:36:30 +00:00
sableio bzero -> memset 2001-07-12 23:25:39 +00:00
stand Bump version numbers of all bootloaders that use loadfile/ELF, to account for 2001-08-02 12:24:05 +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