From owner-freebsd-stable@FreeBSD.ORG Wed Nov 16 04:21:31 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7796516A41F for ; Wed, 16 Nov 2005 04:21:31 +0000 (GMT) (envelope-from dscheidt@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00FEF43D46 for ; Wed, 16 Nov 2005 04:21:30 +0000 (GMT) (envelope-from dscheidt@panix.com) Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mail2.panix.com (Postfix) with ESMTP id 4E0DD9DBF3; Tue, 15 Nov 2005 23:21:30 -0500 (EST) Received: (from dscheidt@localhost) by panix1.panix.com (8.11.6p3/8.8.8/PanixN1.1) id jAG4LUA19199; Tue, 15 Nov 2005 23:21:30 -0500 (EST) Date: Tue, 15 Nov 2005 23:21:30 -0500 From: David Scheidt To: David Wolfskill , stable@freebsd.org Message-ID: <20051116042130.GA20412@panix.com> References: <20051115103821.GJ39882@cirb503493.alcatel.com.au> <20051116020933.72951.qmail@web36209.mail.mud.yahoo.com> <20051116031835.GS69015@bunrab.catwhisker.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051116031835.GS69015@bunrab.catwhisker.org> User-Agent: Mutt/1.5.10i Cc: Subject: Re: Swapfile problem in 6? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2005 04:21:31 -0000 On Tue, Nov 15, 2005 at 07:18:35PM -0800, David Wolfskill wrote: > On Tue, Nov 15, 2005 at 06:09:33PM -0800, Rob wrote: > > ... > > > > > What is this "serial BREAK"? > > How do I "send a serial BREAK" at the serial > > console? Is this some magic key combination? > > I'm probably saying something about my age by doing this.... :-} > > A "BREAK" (in serial communications) is an absence of start or stop > bits for more than a character's worth of bits, is handled as a > "framing error," and is distinct from any character. > > Now, to generate one, you would normally hit the BREAK key of your > terminal (Control-BREAK on some; I think Hazeltine had this feature of > dubious merit). > > If you are using a serial communications program (such as "tip") instead > of an ASCII terminal, it depends on the program you're using. > > In the case of tip, the sequence "~#" at the beginning of a line will > generate tip's best approximation of a framing error. > > In the case of kermit, Control-\B does it. If you're using a terminal program on something like Windows or a Macintosh, there's usually a menu option to send a BREAK.