NetBSD/sys/arch/atari
mrg 648bbec934 in cpu_dumpconf(), don't panic() if we can't bdevsw_lookup() the
dumpdev.  this occurs when we try to set the dumpdev to a device
with no driver loaded.  this fixes PR#34872.

in sys_swapctl, if bdevsw_lookup() fails, set dumpdev = NODEV
before calling cpu_dumpconf().  (this also fixes PR#34872.)

XXX: cpu_dumpconf() should probably be changed to take a dumpdev
XXX: and return an error in such cases, but that is a much more
XXX: intrusive change.

XXX2: this is only run-tested on sparc64 and compile tested on a
XXX2: couple of platforms.
2006-10-21 05:54:31 +00:00
..
atari in cpu_dumpconf(), don't panic() if we can't bdevsw_lookup() the 2006-10-21 05:54:31 +00:00
compile
conf Regen 2006-09-03 13:54:27 +00:00
dev More from Matt Fleming: 2006-10-01 20:31:49 +00:00
include don't install <machine/db_machdep.h>, this is kernel only 2006-07-26 19:54:56 +00:00
isa merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
pci Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h> 2006-01-29 21:42:40 +00:00
stand gcc4 fix: needs stdlib.h 2006-08-04 01:51:31 +00:00
vme Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:06:46 +00:00
Makefile