From owner-freebsd-atm Thu Jan 10 9:47:59 2002 Delivered-To: freebsd-atm@freebsd.org Received: from mail.matriplex.com (ns1.matriplex.com [208.131.42.8]) by hub.freebsd.org (Postfix) with ESMTP id 65CD437B404 for ; Thu, 10 Jan 2002 09:47:41 -0800 (PST) Received: from mail.matriplex.com (mail.matriplex.com [208.131.42.9]) by mail.matriplex.com (8.9.2/8.9.2) with ESMTP id JAA13541; Thu, 10 Jan 2002 09:47:37 -0800 (PST) (envelope-from rh@matriplex.com) Date: Thu, 10 Jan 2002 09:47:36 -0800 (PST) From: Richard Hodges To: Michael Ferioli Cc: "Prof. Dr. Ulrich Nepustil" , freebsd-atm@FreeBSD.ORG Subject: Re: Probs with PCA200 In-Reply-To: <013401c199fd$c5671f90$845a5d40@mferiolilt> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-atm@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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