From owner-freebsd-hackers Wed May 17 9:40: 8 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from mimer.webgiro.com (mimer.webgiro.com [212.209.29.5]) by hub.freebsd.org (Postfix) with ESMTP id 433CE37B546 for ; Wed, 17 May 2000 09:40:02 -0700 (PDT) (envelope-from abial@webgiro.com) Received: by mimer.webgiro.com (Postfix, from userid 66) id 31DA02DC0B; Wed, 17 May 2000 18:42:59 +0200 (CEST) Received: by mx.webgiro.com (Postfix, from userid 1001) id 92EE57817; Wed, 17 May 2000 18:36:41 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mx.webgiro.com (Postfix) with ESMTP id 90C9510E17; Wed, 17 May 2000 18:36:41 +0200 (CEST) Date: Wed, 17 May 2000 18:36:41 +0200 (CEST) From: Andrzej Bialecki To: Daniel Hilevich Cc: freebsd-hackers@freebsd.org Subject: Re: ATM adapter In-Reply-To: <01ff01bfc023$b9324110$2e00a8c0@cwnt.co.il> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 17 May 2000, Daniel Hilevich wrote: > Hi, > I'm looking to purchase an ATM adapter for my FreeBSD box. The two adapters > specified in the "Integrating ATM networking into BSD" document (Adaptec > ANA-59x0 & efficient ENI-155) are no longer available. > My needs are simple: > - PCI/ISA ATM adapter. > - Compatibility with the en0 driver (or any other driver that exists for > FreeBSD). The cards and the driver you mention is the old ATM implementation made by Chuck Cranor (sp?). There is much newer and much more sophisticated framework called HARP, which is part of FreeBSD beginning with, I think, 3.0-RELEASE. HARP supports (among others) Fore PCA-200e card which I use. See the docs in /usr/share/examples/atm. NOTE: this card requires loading a firmware each time it's initialized (after reboot). The firmware has to be _exactly_ the version that is mentioned in the HARP docs, because HARP drivers refer to locations in the binary image.. Also, be sure to set proper encapsulation on both sides of your link (e.g. LLC/SNAP). Other than that, the card works perfectly ok for me. Andrzej Bialecki // WebGiro AB, Sweden (http://www.webgiro.com) // ------------------------------------------------------------------- // ------ FreeBSD: The Power to Serve. http://www.freebsd.org -------- // --- Small & Embedded FreeBSD: http://www.freebsd.org/~picobsd/ ---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message