NetBSD/sys/arch/alpha
mhitch bc467535b8 Fix multiprocessor operation: move a couple of fields in struct cpu_info
to the beginning so they can still be accessed in assymbly code using 8 bit
offsets.  The addition of a big structure in cpu_data moved these outside
the range of the addq instruction.  Gas should have complained that the
immediate value was too large, but just silently truncated it.  I can now
run multiprocessor again.
2007-05-19 17:09:35 +00:00
..
a12 Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
alpha Fix a couple of problems when starting the idle lwp on secondary 2007-05-18 02:48:06 +00:00
common fix fallout from caddr_t changes. 2007-03-04 14:46:45 +00:00
compile
conf include files.wsfb 2007-04-10 02:19:03 +00:00
eisa
include Fix multiprocessor operation: move a couple of fields in struct cpu_info 2007-05-19 17:09:35 +00:00
isa fix fallout from caddr_t changes. 2007-03-04 15:59:31 +00:00
jensenio Add an option COM_REGMAP to allow com(4) to use an array of register indices. 2006-07-13 22:56:00 +00:00
mcbus Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
pci Contrary to the comment in cia_dma_get_tag(), there are machines with cia 2007-03-14 01:40:14 +00:00
sableio Add an option COM_REGMAP to allow com(4) to use an array of register indices. 2006-07-13 22:56:00 +00:00
stand
tc
tlsb Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
Makefile
STYLE