From owner-freebsd-commit Wed Apr 12 17:01:44 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA02137 for commit-outgoing; Wed, 12 Apr 1995 17:01:44 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA01900 for cvs-sys-outgoing; Wed, 12 Apr 1995 17:00:20 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id RAA01882 ; Wed, 12 Apr 1995 17:00:13 -0700 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id RAA13329; Wed, 12 Apr 1995 17:00:09 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id RAA01362; Wed, 12 Apr 1995 17:00:09 -0700 Message-Id: <199504130000.RAA01362@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: Poul-Henning Kamp , Nate Williams cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Subject: Re: cvs commit: src/sys/i386/isa sio.c In-reply-to: Your message of "Wed, 12 Apr 95 17:46:37 MDT." <199504122346.RAA15739@trout.sri.MT.net> From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 12 Apr 1995 16:59:48 -0700 Sender: commit-owner@FreeBSD.org Precedence: bulk >> > > Dropping into the debugger when a break comes down the serial line is a >> > > >MISFEATURE (1st class)< and has been put under it's own #ifdef. This >> > > should be a magic sequence of chars instead. >> > >> > A magic sequence of chars would be a misfeature, as it would be for >> > syscons. The escape should be out of bounds (perhaps it should optionally >> > be break && some combination of the modem status lines). >> >> No, we want something you can send on a modem... Excuse me, but why do you think you can't send a break over a modem (you certainly *can*)? -DG