NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/43226: Panic when serial console reboots (?)



The following reply was made to PR kern/43226; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/43226: Panic when serial console reboots (?)
Date: Thu, 29 Apr 2010 16:33:19 +0200

 I bet it doesn't panic but just enter ddb due to a break send by the windows
 machine. At the db> prompt type
 
   c
 
 (short for "continue") and see if you get back to a login: prompt.
 You can make ddb ignore breaks and listen to a magic key sequence
 instead by setting sysctl hw.cnmagic (man cnmagic and look for cn_set_magic
 for a description of the format).
 
 Martin
 


Home | Main Index | Thread Index | Old Index