From owner-freebsd-hardware Fri Aug 15 09:32:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA04997 for hardware-outgoing; Fri, 15 Aug 1997 09:32:10 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id JAA04989 for ; Fri, 15 Aug 1997 09:32:06 -0700 (PDT) Received: from tom by misery.sdf.com with smtp (Exim 1.62 #1) id 0wzPGX-0005Gr-00; Fri, 15 Aug 1997 09:30:21 -0700 Date: Fri, 15 Aug 1997 09:30:20 -0700 (PDT) From: Tom Samplonius To: Wm Brian McCane cc: hardware@freebsd.org Subject: Re: ISDN Modems In-Reply-To: <199708151355.IAA10459@bmccane.uit.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hardware@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 15 Aug 1997, Wm Brian McCane wrote: > Hello, > I am looking for a list of ISDN modems that are supported by FreeBSD > 2.1.5 or 3.0, but I hate to have to modify skip to work with 3.0 since the > customer this is for won't absorb the cost. I would prefer a modem that has > compression capabilities and would allow a greater than 128K feed to go to it, > for example 512K to allow better compression. I have been looking at some of > the Ascend equipment, but I think I could get by cheaper using a FreeBSD box > as my router, and running skip in the kernel. > > brian The 3COM Impact II is nice. However, FreeBSD has poor support for the high speed serial ports (230400 bps) that you need to drive these things properly. You can get serial cards with a jumper that doubles the rate internally on the card. So FreeBSD thinks the card is running at 115200, but it really running at 230400. Tom