Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA29284 for questions-outgoing; Wed, 25 Sep 1996 04:21:24 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id EAA29215 for ; Wed, 25 Sep 1996 04:21:13 -0700 (PDT) Received: (from nadav@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id NAA06718; Wed, 25 Sep 1996 13:20:03 +0200 (IST) Date: Wed, 25 Sep 1996 13:20:03 +0200 (IST) From: Nadav Eiron To: dwhite@resnet.uoregon.edu cc: Samy Touati , freebsd-questions@FreeBSD.org Subject: Re: support for 16650 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 24 Sep 1996, Doug White wrote: > On Tue, 24 Sep 1996, Samy Touati wrote: > > > I know that the 16550 is supported I'm talking about the 16650 which > > allows speed up to 428K Bauds. > > Ah. I thought it was a typo at first since the page you referenced said > 16550. > > You'd have to try it. If it's a standard PC UART then it should work. > Whether FreeBSD can take advantage of the warp speed is the question. > > Unfortunately, I wouldn't know if it can or not. I guess not. Found this in sio.c: static struct speedtab comspeedtab[] = { 0, 0, 50, COMBRD(50), 75, COMBRD(75), 110, COMBRD(110), 134, COMBRD(134), 150, COMBRD(150), 200, COMBRD(200), 300, COMBRD(300), 600, COMBRD(600), 1200, COMBRD(1200), 1800, COMBRD(1800), 2400, COMBRD(2400), 4800, COMBRD(4800), 9600, COMBRD(9600), 19200, COMBRD(19200), 38400, COMBRD(38400), 57600, COMBRD(57600), 115200, COMBRD(115200), -1, -1 }; So I guess 115.2kbps is as fast as the sio driver will do. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > Nadav