From owner-cvs-sys Wed Apr 12 18:32:18 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA05583 for cvs-sys-outgoing; Wed, 12 Apr 1995 18:32:18 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA05554 ; Wed, 12 Apr 1995 18:29:53 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id LAA00428; Thu, 13 Apr 1995 11:24:22 +1000 Date: Thu, 13 Apr 1995 11:24:22 +1000 From: Bruce Evans Message-Id: <199504130124.LAA00428@godzilla.zeta.org.au> To: davidg@Root.COM, nate@trout.sri.MT.net, phk@ref.tfs.com Subject: Re: cvs commit: src/sys/i386/isa sio.c Cc: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com Sender: cvs-sys-owner@freebsd.org Precedence: bulk >>> > 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*)? You can't send `break && boolean_function_of(DCD, DSR, CTS)' over a modem in a controlled way. At best you can hang up and have a modem that can be and is programmed to drop DCD and maybe DSR and CTS. Break should certainly not cause entry to the debugger if DCD is low (and CLOCAL is clear :-). I'm not sure if break can be guaranteed not to occur before DCD goes low upon hangup or turning off of a terminal. Bruce