From owner-freebsd-current@FreeBSD.ORG Tue Sep 21 05:58:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5BA216A4CE for ; Tue, 21 Sep 2004 05:58:46 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2150B43D55 for ; Tue, 21 Sep 2004 05:58:46 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id i8L5wj2i061161; Tue, 21 Sep 2004 07:58:45 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "Alexandre \"Sunny\" Kovalenko" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 20 Sep 2004 22:57:35 EDT." <1095735454.2535.21.camel@RabbitsDen> Date: Tue, 21 Sep 2004 07:58:45 +0200 Message-ID: <61160.1095746325@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: freebsd-current@freebsd.org Subject: Re: TTY cleanups have started... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 05:58:46 -0000 In message <1095735454.2535.21.camel@RabbitsDen>, "Alexandre \"Sunny\" Kovalenk o" writes: >I do not own the breaker box so I can not tell you what modem signal >states are, even though with 9 pin USB-to-serial dongle I would suspect >we would be lucky if RTS and CTS actually change, most likely there are >two data wires and software flow control, however, the right answer is: >I don't know. I bet you the problem is the DCD, since the most recent commit makes ucom0 act like a real tty devices (rather than a cua device). Can you try adding "O_NDELAY" to the open flags ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.