Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2002 09:47:36 -0800 (PST)
From:      Richard Hodges <rh@matriplex.com>
To:        Michael Ferioli <mferioli@exario.net>
Cc:        "Prof. Dr. Ulrich Nepustil" <ulrich@nepustil.net>, freebsd-atm@FreeBSD.ORG
Subject:   Re: Probs with PCA200
Message-ID:  <Pine.BSF.4.10.10201100942050.13379-100000@mail.matriplex.com>
In-Reply-To: <013401c199fd$c5671f90$845a5d40@mferiolilt>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 10 Jan 2002, Michael Ferioli wrote:

> Using the Native ATM Sockets API I have been able to use VPIs other than 0.
> So I am thinking this might be a limitation of the "atm" program?

Is this with the PCA200 card and HARP?  If so, I don't see how you can use
any VPI other than zero.  If you look in dev/hfa/fore.h, you will see:
  #define  FORE_MAX_VPI    0 
  #define  FORE_MAX_VCI    1023

These values are passed up to HARP when the driver registers itself.  See
dev/hfa/fore_load.c for the relevant code.

It may be that Fore has released new firmware that allows non-zero VPI
values, but that would be a real surprise to me.

All the best,

-Richard


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-atm" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10201100942050.13379-100000>