From owner-freebsd-hackers Sun Jun 29 03:14:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA26660 for hackers-outgoing; Sun, 29 Jun 1997 03:14:37 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA26646 for ; Sun, 29 Jun 1997 03:14:33 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id UAA30013; Sun, 29 Jun 1997 20:10:53 +1000 Date: Sun, 29 Jun 1997 20:10:53 +1000 From: Bruce Evans Message-Id: <199706291010.UAA30013@godzilla.zeta.org.au> To: bde@zeta.org.au, Shimon@i-Connect.Net Subject: Re: com console, and h/w flow control... Cc: freebsd-hackers@FreeBSD.ORG, mburgett@cmnsens.zoom.com, tom@sdf.com Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >How about NOT completing the open until DCD is true? And sending a SIGHUP >when DCD drops? If init is responsible, then we can change that easily. >This is what O/S sources are for. Right? :-) That is normal behaviour for dialin ports unless CLOCAL is set, but CLOCAL is set for the console when init opens it. You can change the default in /etc/rc.local before the port is first opened except for the console. Hanging in open in init would normally be wrong for a local console, so the console defaults to CLOCAL. Bruce