K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-06-20T16:47:23.000000Z K 7 svn:log V 629 The serial console break-to-debugger support only functioned while the console device was open. At other times, the interrupts that are used to detect the break signal or ~^B sequence were disabled, so these events would not be noticed until the next open (e.g. the next kernel printf). This was mainly a problem while there was no getty running on the console, such as during bootup or shutdown. For serial consoles with break-to-debugger support, we now enable the generation of interrupts at attach time, and we leave them enabled while the device is closed. Reviewed by: bde (I've since made chages as per his suggestions) END