From owner-freebsd-hackers@FreeBSD.ORG Sat Oct 11 14:18:33 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F69716A4B3 for ; Sat, 11 Oct 2003 14:18:33 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC19443F3F for ; Sat, 11 Oct 2003 14:18:31 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id h9BLI9E7026644; Sat, 11 Oct 2003 15:18:09 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 11 Oct 2003 15:17:13 -0600 (MDT) Message-Id: <20031011.151713.93584643.imp@bsdimp.com> To: ticso@cicely.de, ticso@cicely12.cicely.de From: "M. Warner Losh" In-Reply-To: <20031010183346.GH13791@cicely12.cicely.de> References: <20031010181349.GG13791@cicely12.cicely.de> <20031010182633.GD77306@dan.emsphone.com> <20031010183346.GH13791@cicely12.cicely.de> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org cc: dnelson@allantgroup.com Subject: Re: setting sio to even parity failed X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 21:18:33 -0000 In message: <20031010183346.GH13791@cicely12.cicely.de> Bernd Walter writes: : On Fri, Oct 10, 2003 at 01:26:33PM -0500, Dan Nelson wrote: : > In the last episode (Oct 10), Bernd Walter said: : > > buf.c_iflag |= IGNBRK; : > > buf.c_cflag &= ~(CSIZE | PARODD); : > > buf.c_cflag |= CS8 | CLOCAL | PARENB; : > : > Do you maybe want CS7 here? : : No I need 8e1, but the output still looks like 8n1. 8e1? You want 8 data bits plus a nineth parity bit? Warner