From owner-freebsd-isdn@FreeBSD.ORG Sun Jan 18 04:40:46 2004 Return-Path: Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F35116A4CE for ; Sun, 18 Jan 2004 04:40:46 -0800 (PST) Received: from mail0.ewetel.de (mail0-96.ewetel.de [212.6.122.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2895043D3F for ; Sun, 18 Jan 2004 04:40:44 -0800 (PST) (envelope-from Thomas.Wintergerst@nord-com.net) Received: from kalak.lemur.nord.de (dialin-80-228-55-106.ewe-ip-backbone.de [80.228.55.106]) by mail0.ewetel.de (8.12.1/8.12.9) with ESMTP id i0ICed9w010608; Sun, 18 Jan 2004 13:40:41 +0100 (MET) Received: from tolot.lemur.nord.de (tolot.lemur.nord.de [192.168.2.2]) by kalak.lemur.nord.de (8.12.3/8.12.3) with ESMTP id i0ICWe75019222; Sun, 18 Jan 2004 13:32:40 +0100 (CET) (envelope-from Thomas.Wintergerst@nord-com.net) Received: from nord-com.net (localhost [127.0.0.1]) by tolot.lemur.nord.de (8.12.9/8.12.9) with ESMTP id i0ICWdDh046551; Sun, 18 Jan 2004 13:32:40 +0100 (CET) (envelope-from Thomas.Wintergerst@nord-com.net) Message-ID: <400A7CE7.1020908@nord-com.net> Date: Sun, 18 Jan 2004 13:32:39 +0100 From: Thomas Wintergerst User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: de-de, German/Germany, de-DE, German, de, en, en-gb, en-us MIME-Version: 1.0 To: Alexander Farber References: <20031230033813.GA6726@newhope.my.domain> <200312301013.hBUADjUk001319@peedub.jennejohn.org> <20031230235815.GA42046@newhope.my.domain> In-Reply-To: <20031230235815.GA42046@newhope.my.domain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-CheckCompat: OK cc: freebsd-isdn@freebsd.org Subject: Re: PCMCIA B1 and M2: undefined reference to `i4b_Bfreembuf' X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2004 12:40:46 -0000 Hi Alexander, AFAIK, the B1 PCMCIA is not supported by the iavc driver. This would need a cardbus driver that will attach an ISA device. I would like to write such a driver myself to get my own B1 PCMCIA working with c4b (CAPI for BSD). But time and knowledge is missing at the moment. I can only guess that the B1 PCMCIA is attached as an ISA device because the Windows driver uses the same i/o addresses as the B1 ISA. And in 5.1-RELEASE support for ISA attached PCMCIA cards is missing... Alexander Farber wrote: > On Tue, Dec 30, 2003 at 11:13:45AM +0100, Gary Jennejohn wrote: > [...] -- Thomas Wintergerst