From owner-freebsd-hackers Thu Feb 6 18:13:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA23085 for hackers-outgoing; Thu, 6 Feb 1997 18:13:08 -0800 (PST) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA23078; Thu, 6 Feb 1997 18:12:57 -0800 (PST) Received: from current1.whistle.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.8.5/8.8.4) with SMTP id SAA10595; Thu, 6 Feb 1997 18:07:23 -0800 (PST) Message-ID: <32FA8DF0.3F54BC7E@whistle.com> Date: Thu, 06 Feb 1997 18:05:36 -0800 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Paul Traina CC: hackers@freebsd.org, bde@freebsd.org Subject: Re: serial ports at 230k References: <199702061952.LAA26214@red.jnx.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Paul Traina wrote: > > 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? yes I've played but the hard part is getting the hardware.. 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.