NetBSD/sys/arch/alpha
thorpej 335571bc61 Change the way we spin up CPUs. Now boot the CPU as soon as we
discover it, but make it block on a semaphore until the MI kernel
says that we can let the secondary processors loose.  This allows
us to announce the extensions on the secondary CPUs, and to compute
the intersection of all the extensions across all CPUs, like so:

cpu0 at mainbus0: ID 0 (primary), 21164A-2
cpu0: Architecture extensions: 1<BWX>
cpu1 at mainbus0: ID 1, 21164A-2
cpu1: Architecture extensions: 1<BWX>
2001-07-13 21:34:35 +00:00
..
a12 bcopy -> memcpy 2001-07-12 23:35:42 +00:00
alpha Change the way we spin up CPUs. Now boot the CPU as soon as we 2001-07-13 21:34:35 +00:00
common bcopy -> memcpy 2001-07-12 23:35:42 +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 constraint, not contraint. 2001-06-21 12:15:03 +00:00
isa This file is obsolsete. 2000-07-19 17:39:57 +00:00
jensenio bzero -> memset 2001-07-12 23:25:39 +00:00
mcbus Determine the size of the B-Cache earier, and initialize the 2001-05-02 01:24:29 +00:00
pci bzero -> memset 2001-07-12 23:25:39 +00:00
sableio bzero -> memset 2001-07-12 23:25:39 +00:00
stand Add Makefile snippets to install netboot in installation/netboot 2001-05-28 18:21:12 +00:00
tc bcopy -> memcpy 2001-07-12 23:35:42 +00:00
tlsb bzero -> memset 2001-07-12 23:25:39 +00:00
Makefile
STYLE