From owner-freebsd-hackers Fri Jun 27 09:05:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA28942 for hackers-outgoing; Fri, 27 Jun 1997 09:05:01 -0700 (PDT) Received: from dragon.cmnsens.zoom.com (dragon.cmnsens.zoom.com [207.33.155.10]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA28927 for ; Fri, 27 Jun 1997 09:04:54 -0700 (PDT) Received: from cmnsens.cmnsens.zoom.com (cmnsens.cmnsens.zoom.com [207.33.155.2]) by dragon.cmnsens.zoom.com (8.8.6/8.8.6) with SMTP id JAA00309 for ; Fri, 27 Jun 1997 09:04:49 -0700 (PDT) Message-Id: <199706271604.JAA00309@dragon.cmnsens.zoom.com> From: "Mike Burgett" To: "freebsd-hackers@freebsd.org" Date: Fri, 27 Jun 97 09:04:52 -0700 Reply-To: "Mike Burgett" Priority: Normal X-Mailer: PMMail 1.92 For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: com console, and h/w flow control... Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I'm running a 2.2-RELENG box headless, and have noticed that there's no output flow control on the com console. (I've enabled the com console in both my boot blocks, and the kernel.) My various attempts to convince it to use h/w flow control have been unsuccessful, as far as /dev/ttyd0 goes, though it looks like the init device, /dev/ttyid0, is set correctly: # stty -f /dev/ttyd0 speed 115200 baud; lflags: echoe echoke echoctl cflags: cs8 -parenb clocal erase status ^H ^T # stty -f /dev/ttyid0 speed 115200 baud; lflags: echoe echoke echoctl oflags: -oxtabs cflags: cs8 -parenb clocal crtscts # Any pointers about how to fix this will be gratefully followed up.... Thanks, Mike