Go to file
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
bin - Open device with O_WRONLY only if the command actually writes to the 1996-03-28 07:10:05 +00:00
distrib Replace BSDSRCDIR use with relative paths. 1996-03-27 04:48:28 +00:00
etc Add entry for lpt0 1996-03-27 14:27:53 +00:00
games Be pedantic, main() returns int in Standard C. 1996-03-21 18:30:19 +00:00
gnu accept any tar header which begins with "ustar" (i.e. those 5 characters) as 1996-03-26 00:48:49 +00:00
include Add prototype for sigaltstack; from John Kohl in PR #2129 1996-02-29 00:04:57 +00:00
lib Expand "u_int" to "unsigned int" so that curses.h can be used when 1996-03-26 02:43:59 +00:00
libexec apply Thorsten's patch to add gettytab support to telnetd. 1996-03-20 04:25:53 +00:00
regress CFLAGS+=, not CFLAGS= 1995-12-12 01:53:50 +00:00
sbin add a SIGTERM handler to unmount the portal fs when killed. also put the 1996-03-23 02:37:48 +00:00
share fix typo; reported by Manuel Bouyer in PR #2268 1996-03-27 21:16:06 +00:00
sys Resolve all differences between the Pica and pmax versions of machConst.h: 1996-03-28 11:34:05 +00:00
usr.bin cast realloc() calls to shutup c++ warnings 1996-03-25 00:36:18 +00:00
usr.sbin Minor bug-fixes to pppd; add -ccp option to disable CCP negotiation 1996-03-28 02:50:57 +00:00
Makefile behaviour of 'make build' should not change if DESTDIR is set; this is an artifact of an ancient mistake of mine. 1996-03-18 09:55:25 +00:00