From owner-freebsd-hackers Thu Feb 6 19:16:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA26820 for hackers-outgoing; Thu, 6 Feb 1997 19:16:21 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA26742; Thu, 6 Feb 1997 19:16:05 -0800 (PST) Received: from red.jnx.com (red.jnx.com [208.197.169.254]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id SAA19756 ; Thu, 6 Feb 1997 18:17:12 -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 SAA16403; Thu, 6 Feb 1997 18:16:40 -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 SAA01990; Thu, 6 Feb 1997 18:16:40 -0800 (PST) Message-Id: <199702070216.SAA01990@base.jnx.com> To: Julian Elischer cc: hackers@FreeBSD.ORG, bde@FreeBSD.ORG Subject: Re: serial ports at 230k In-reply-to: Your message of "Thu, 06 Feb 1997 18:05:36 PST." <32FA8DF0.3F54BC7E@whistle.com> Date: Thu, 06 Feb 1997 18:16:40 -0800 From: Paul Traina Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk From: Julian Elischer Subject: Re: serial ports at 230k Paul Traina wrote: > > Does anyone have any experience with running 16550A's at 230kbps under Free >>BSD? > Yes, I know, the driver doesn't support it currently, but has anyone played >>? yes I've played but the hard part is getting the hardware.. Getting? I haven't seen mention of special hardware in /any/ docs. Sigh. you need to add a second "mode" to sio.c that allow it to use a second baud rate table and somewhere you have to kick the io ports of the device to do whatever is needed to make it run in turbo mode.. this is usually machine dependent.