From owner-freebsd-questions@FreeBSD.ORG Thu Jun 29 15:06:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7EEF16A403 for ; Thu, 29 Jun 2006 15:06:39 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9DAA43D49 for ; Thu, 29 Jun 2006 15:06:36 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 5F75C5D16; Thu, 29 Jun 2006 11:06:36 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E-Xti0EOIj7t; Thu, 29 Jun 2006 11:06:35 -0400 (EDT) Received: from [192.168.1.251] (pool-68-160-201-170.ny325.east.verizon.net [68.160.201.170]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 5FF975D3A; Thu, 29 Jun 2006 11:06:35 -0400 (EDT) Message-ID: <44A3EC70.6000109@mac.com> Date: Thu, 29 Jun 2006 11:06:24 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: excalibur@icehouse.net References: <1151591300.44a3e3844ce70@webmail.icehouse.net> In-Reply-To: <1151591300.44a3e3844ce70@webmail.icehouse.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Question on the serial driver in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2006 15:06:39 -0000 excalibur@icehouse.net wrote: > First off, does anyone know why the list isn't taking e-mail from google mail? > I've sent this message three times now from my google account and it still > hasn't gotten through. So, I'm trying from this account. Please not that this > account isn't part of the freebsd-questions list though. Please respond to > af300wsm at gmail dot com. Easy there, friend-- your earlier messages from gmail.com did go through, but nobody replied to them yet. As far as I know, FreeBSD supports hardware flow control just fine if the underlying UART (nominally a 16550) does (which is normally the case). Perhaps reading "man termios" about CCTS_OFLOW and CRTS_IFLOW about RTS/CTS interactions and disabling IXON/IXOFF would be of interest... -- -Chuck