From owner-freebsd-hackers Thu Feb 6 13:35:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA07263 for hackers-outgoing; Thu, 6 Feb 1997 13:35:43 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA07253; Thu, 6 Feb 1997 13:35:30 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA17929; Thu, 6 Feb 1997 14:31:48 -0700 From: Terry Lambert Message-Id: <199702062131.OAA17929@phaeton.artisoft.com> Subject: Re: serial ports at 230k To: pst@jnx.com (Paul Traina) Date: Thu, 6 Feb 1997 14:31:48 -0700 (MST) Cc: hackers@freebsd.org, bde@freebsd.org In-Reply-To: <199702061952.LAA26214@red.jnx.com> from "Paul Traina" at Feb 6, 97 11:52:58 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Does anyone have any experience with running 16550A's at 230kbps > under FreeBSD? > > Yes, I know, the driver doesn't support it currently, but has anyone > played? The hardware doesn't support it, unless you changeout your clock crystal (assuming it isn't using an on-board clock generator in an ASIC containing it and the UART both). All the driver does is translate manifest conatants to bit patterns, so it doesn't care if B300 (for instance) really makes the UART go into 300 baud mode or not. 8-). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.