NetBSD/sys/arch/mips/conf
drochner bb362b40bf fix some problems with FPU exception signaling:
-The MachFPTrap did generate pre-siginfo arguments to trapsignal(),
 leading to an immediate crash.
 Put the siginfo generation into a separate .c file for simplicity.
-The exception bits in MIPS_FPU_CSR didn't get cleared, leading to
 trouble later ("kernel used FPU" on pmax).
 XXX This should probably be done for the "unimplemented fpu instruction"
  case as well, but I don't know how to test this. Or, even better -
  centralize the CSR clearing before the branch in MachFPTrap.
2004-03-04 20:17:01 +00:00
..
files.alchemy Add a "COM_AU1x00" option, similar to COM_PXA2X0, for enabling Au1x00 2003-11-08 05:05:14 +00:00
files.mips fix some problems with FPU exception signaling: 2004-03-04 20:17:01 +00:00
files.sibyte Rename the "strtc" device to "m41t81rtc" so that it doesn't conflict with 2003-10-25 15:05:00 +00:00
kern.ldscript
Makefile
Makefile.mips
stand.ldscript