Why does NetBSD drop into the debugger when I turn off my serial console?
The reason for this is that NetBSD believes it has received a BREAK signal, which is the traditional way to invoke the debugger. If you wish to disable this feature, you need to turn comment out the line options ZS_CONSOLE_ABORT in your kernel configuration file, run config, and recompile the kernel.