From owner-freebsd-hackers Sun Aug 10 06:59:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA21764 for hackers-outgoing; Sun, 10 Aug 1997 06:59:07 -0700 (PDT) Received: from onizuka.tb.9715.org (w1gkPgFSwKhkmdmRBIVQXK9IDnOItJZl@onizuka.tb.9715.org [194.97.84.67]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA21744 for ; Sun, 10 Aug 1997 06:59:00 -0700 (PDT) Received: by onizuka.tb.9715.org via sendmail with stdio id for freebsd-hackers@FreeBSD.ORG; Sun, 10 Aug 1997 15:58:51 +0200 (CEST) Message-Id: From: torstenb@onizuka.tb.9715.org (Torsten Blum) Subject: Re: ISDN drivers/cards In-Reply-To: from Hellmuth Michaelis at "Aug 10, 97 00:03:48 am" To: hm@kts.org Date: Sun, 10 Aug 1997 15:58:50 +0200 (CEST) Cc: freebsd-hackers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hellmuth Michaelis wrote: > One manufacturer of such device is Bintec (i'm in no way affiliated > with them, not even as a customer), look at www.bintec.de to get an > impression (i think they even support the US ISDN protocols). Yep, they support National ISDN 1 (Northern Telecom DMS-100) and National ISDN 2 (AT&T 5ESS Custom). Japan's INS 64 (NTT) is supported too, but they don't have a approval for Japan yet. Bintec's CAPI library for Unix comes with source. Porting is quite easy, just replace poll() with select(). If anyone want's the patch, send me an email. > And if anybody now asks what a CAPI is, have a look at www.capi.org. Last time they only had .doc's. You can find PDF versions at ftp.bintec.de:/pub/capi/ -tb