Re: ATM adapter

2000-05-17 Thread Andrzej Bialecki

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

//  <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: ATM adapter

2000-05-17 Thread Poul-Henning Kamp


Get the Fore PCA200 and use the "HARP" ATM code which is far more
functional than the "Chuck ATM" code.


--
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD coreteam member | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



ATM adapter

2000-05-17 Thread Daniel Hilevich

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).

Does anyone knows about such a device?

Thank you,
Daniel




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message