On 2009-01-15, Dave Wilson <[email protected]> wrote: > Is there a magic key sequence I can send to the serial console? > > Is there a sysctl I can turn on?
set ddb.console=1 (needs to be done with securelevel<=0; add to sysctl.conf and reboot), then you can send a BREAK over the serial port and usually it will put you into DDB.

