From owner-freebsd-hardware Fri Feb 23 04:03:13 1996 Return-Path: owner-hardware Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA03496 for hardware-outgoing; Fri, 23 Feb 1996 04:03:13 -0800 (PST) Received: from mail1.digital.com (mail1.digital.com [204.123.2.50]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id EAA03490 for ; Fri, 23 Feb 1996 04:03:11 -0800 (PST) From: garyj@frt.dec.com Received: from cssmuc.frt.dec.com by mail1.digital.com (5.65 EXP 4/12/95 for V3.2/1.0/WV) id AA30357; Fri, 23 Feb 1996 03:55:01 -0800 Received: from localhost by cssmuc.frt.dec.com; (5.65v3.2/1.1.8.2/14Nov95-0232PM) id AA00568; Fri, 23 Feb 1996 12:54:45 +0100 Message-Id: <9602231154.AA00568@cssmuc.frt.dec.com> X-Mailer: exmh version 1.6.4 10/10/95 To: peter%thirdeye.com@inet-gw-1.pa.dec.com Cc: freebsd-hardware%freebsd.org@inet-gw-1.pa.dec.com In-Reply-To: Message from peter@thirdeye.com (Peter Rowell) of Thu, 22 Feb 96 17:17:56 PST. Reply-To: gjennejohn@frt.dec.com Subject: Re: ISDN Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 23 Feb 96 12:54:45 +0100 X-Mts: smtp Sender: owner-hardware@FreeBSD.ORG Precedence: bulk peter@thirdeye.com writes: > Hi, > > A couple of questions about ISDN and FreeBsd. > > 1. What is the current status of the "II ISDN Interface" > described in /usr/src/gnu/usr.sbin/isdn/docs? > right now 0.2 is in the pipeline (0.1 is now in the tree). This has been ported to 2.1 and -current. All the activity is currenty restricted to Germany, although Jordan is trying to get some of the supported cards. Currently only cards from German manufacturers are supported (Creatix, Teles, Dr. Neuhaus). AFAIK, nobody in the US has invested any effort. > 2. Has anyone done anything that will work with the > Motorola BitSurfer Pro? > not that I know of. > 3. What are the advantages of a card over an external box? > Interrupt rate? Feature control? > with a card you get the full B-channel speed (64 K/sec, 128 K/sec with channel bundling). Unless you have a really fast serial port (> 115.2) you can't get the full speed when you use channel bundling with an external device. Note that the II stuff doesn't currently support channel bundling, though, so this point is moot. If you have a 16550A with FIFO then you'll probably get (this is a gut estimate) 1 interrupt for every 16 characters or so. Most 486 or better PCs can handle this easily. For ISDN the interrupt load will vary drastically depending on whether you have an active or a passive card. The active cards have a processor on-board and don't interrupt the host CPU so much. The passive cards (at least, the German ones) use a chip-set with a 32 byte deep FIFO, so you get 1 interrupt for every 32 bytes, best case. Since the D-channel packets tend to be small and cause an interrupt the load varies depending on where the bytes come from. I've used the ii0.2 stuff with a 486, ftp 7.5 kB/sec., and noticed no degradation in performance. An external box is probably easier to set up and use, since it looks like a modem. So you can run slip/ppp with no changes to whatever comm. software you like. The II stuff uses raw HDLC. This is great if the guy you're talking to supports it too, because the network is completely transparent (the ii0.2 stuff does demand dialing, you just need to access the address of the interface and, voila !, the connection is made). There's a sort of AT command-set emulation, but I've never tried it out and can't say whether it would work for slip/ppp. It definitely will NOT work for iijpp. Feature control is almost non-existent in the II stuff. --- Gary Jennejohn (work) gjennejohn@frt.dec.com (home) Gary.Jennejohn@munich.netsurf.de (play) gj@freebsd.org