From owner-freebsd-hackers Thu Feb 6 13:42:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA08122 for hackers-outgoing; Thu, 6 Feb 1997 13:42:57 -0800 (PST) Received: from red.jnx.com (red.jnx.com [208.197.169.254]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA08097; Thu, 6 Feb 1997 13:42:44 -0800 (PST) Received: from base.jnx.com (base.jnx.com [208.197.169.238]) by red.jnx.com (8.8.5/8.8.3) with ESMTP id NAA03573; Thu, 6 Feb 1997 13:42:13 -0800 (PST) Received: from base.jnx.com (localhost.jnx.com [127.0.0.1]) by base.jnx.com (8.7.6/8.7.3) with ESMTP id NAA00990; Thu, 6 Feb 1997 13:42:12 -0800 (PST) Message-Id: <199702062142.NAA00990@base.jnx.com> To: Terry Lambert cc: hackers@freebsd.org, bde@freebsd.org, rgrimes@freebsd.org Subject: Re: serial ports at 230k In-reply-to: Your message of "Thu, 06 Feb 1997 14:31:48 MST." <199702062131.OAA17929@phaeton.artisoft.com> Date: Thu, 06 Feb 1997 13:42:12 -0800 From: Paul Traina Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk That's what I thought too, but everything I read suggests that no special hardware is actually necessary. I know the clock divisor goes to 0 at 115k, so I'm assuming that there's a clock multiplier somewhere else that can be kicked with relatively modern 550s. W95, with appropriate prodding, was happy to set my serial port speed to what it claimed was 230k. From: Terry Lambert Subject: Re: serial ports at 230k > 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.