NetBSD/sys/arch/sparc64
eeh 0ca74ba0d8 Fix the `trap type 0x10' problem. Apparently, something has changed and
now makes use of lockmgr().  Since we broke into the debugger from an interrupt,
we don't have a curproc, so when lockmgr() tries to find our PID it barfs,
causing another break into DDB which then calls the mysterious code that
calls lockmgr() again.....

So set doing_shutdown while we're in DDB so lockmgr ignores locks.
2000-09-28 18:54:39 +00:00
..
compile
conf don't specify number of ptys if >= 16 (current default initial number) 2000-09-24 15:59:26 +00:00
dev Don't take ref/mod faults on DMA segments mapped in to the kernel. 2000-09-28 15:28:43 +00:00
include Define __BUS_SPACE_HAS_STREAM_METHODS now we have them. 2000-09-22 21:01:55 +00:00
sparc64 Fix the `trap type 0x10' problem. Apparently, something has changed and 2000-09-28 18:54:39 +00:00
stand move everything to arch/sparc/stand; leave the Makefile behind. 2000-08-20 14:53:19 +00:00
Makefile Fix bad path specifier for finding fpu sources. 2000-09-28 15:19:56 +00:00