NetBSD/sys/arch/pica/include
jonathan 34ab2734da Resolve all differences between the Pica and pmax versions of machConst.h:
* add "MIPS_3k_" for the MIPS-I r[23]000-specific register definitions.
    * add "MIPS_4k_" for the MIPS-II/III r4000-specific register definitions.
    * add #defines that provide the old values for locore and user
      code, so the existing code continues  to compile.

Regression-tested against the  old headers by grepping for #define's,
editing out the defined symbols, and preprocessing with both the previous
machConst.h headers and this version.

Some unused symbols (CPU and FPU must-be-zero constants) are no longer defined.
Pica interrupt masks are now constant expressions instead of constant
values.

TODO:
    * factor out the common #defines into src/sys/arch/mips.
    * Get rid of the Sprite coding-style names (MACH_xxx).
    * Separate out the r3k/r4k differences from the Pica/pmax differences.
    * Figure out how to have a run-time choice of r3k vs. r4k support,
     instead of a compile-time choice.
1996-03-28 11:34:05 +00:00
..
ansi.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
aout_machdep.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
asm.h First commit of Per Fogelstrom's port to the Acer pica r4400/isa machine. 1996-03-13 04:58:04 +00:00
autoconf.h First commit of Per Fogelstrom's port to the Acer pica r4400/isa machine. 1996-03-13 04:58:04 +00:00
bsd-aout.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
bus.h minial subset of bus.h, from CGD's description: 1996-03-27 10:09:10 +00:00
cdefs.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
cpu.h Replace pica and pmax include/cpu.h with versions that #include <mips/cpu.h>, 1996-03-24 07:54:42 +00:00
disklabel.h First commit of Per Fogelstrom's port to the Acer pica r4400/isa machine. 1996-03-13 04:58:04 +00:00
display.h First commit of Per Fogelstrom's port to the Acer pica r4400/isa machine. 1996-03-13 04:58:04 +00:00
ecoff.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
ecoff_machdep.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
elf.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
endian.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
exec.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
float.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
ieeefp.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
kbdreg.h First commit of Per Fogelstrom's port to the Acer pica r4400/isa machine. 1996-03-13 04:58:04 +00:00
kdbparam.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
limits.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
machAsmDefs.h Rename the original pmax/include/machAsmDefs.h file, with CVS history, 1996-03-25 02:55:18 +00:00
machConst.h Resolve all differences between the Pica and pmax versions of machConst.h: 1996-03-28 11:34:05 +00:00
mips_opcode.h First commit of Per Fogelstrom's port to the Acer pica r4400/isa machine. 1996-03-13 04:58:04 +00:00
mouse.h First commit of Per Fogelstrom's port to the Acer pica r4400/isa machine. 1996-03-13 04:58:04 +00:00
param.h First commit of Per Fogelstrom's port to the Acer pica r4400/isa machine. 1996-03-13 04:58:04 +00:00
pcb.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
pccons.h First commit of Per Fogelstrom's port to the Acer pica r4400/isa machine. 1996-03-13 04:58:04 +00:00
pio.h First commit of Per Fogelstrom's port to the Acer pica r4400/isa machine. 1996-03-13 04:58:04 +00:00
pmap.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
proc.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
profile.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
psl.h First commit of Per Fogelstrom's port to the Acer pica r4400/isa machine. 1996-03-13 04:58:04 +00:00
pte.h First commit of Per Fogelstrom's port to the Acer pica r4400/isa machine. 1996-03-13 04:58:04 +00:00
ptrace.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
reg.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
regdef.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
regnum.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
reloc.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
setjmp.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
signal.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
stdarg.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
trap.h Replace pica and pmax include/trap.h with versions that #include <mips/cpu.h>, 1996-03-24 08:17:04 +00:00
types.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
varargs.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00
vmparam.h Replace the following header files from src/sys/arch/pica/include/ 1996-03-23 03:42:25 +00:00