From owner-freebsd-atm Fri May 11 13:52:58 2001 Delivered-To: freebsd-atm@freebsd.org Received: from web.cs.ndsu.NoDak.edu (web.cs.ndsu.NoDak.edu [134.129.125.7]) by hub.freebsd.org (Postfix) with ESMTP id 55F8937B424 for ; Fri, 11 May 2001 13:52:56 -0700 (PDT) (envelope-from tinguely@web.cs.ndsu.NoDak.edu) Received: (from tinguely@localhost) by web.cs.ndsu.NoDak.edu (8.11.1/8.11.1) id f4BKqqH15425; Fri, 11 May 2001 15:52:52 -0500 (CDT) (envelope-from tinguely) Date: Fri, 11 May 2001 15:52:52 -0500 (CDT) From: mark tinguely Message-Id: <200105112052.f4BKqqH15425@web.cs.ndsu.NoDak.edu> To: danielbat@usa.net, freebsd-atm@FreeBSD.ORG Subject: Re: ATM adapter ForeRunner LE 25Mpbs In-Reply-To: <20010511184642.28710.qmail@www0r.netaddress.usa.net> Sender: owner-freebsd-atm@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I have two machines running freebsd 3.5.1 and ATM adapters ForeRunner LE > 25Mbps. What I need configure in the kernel to these adapters will work ? > Please this is urgent! There is some tutorial where I find the instructions ? download: ftp://ftp.cs.ndsu.nodak.edu/pub/freebsd/atm/nicstar.tgz after expanding the files, read the file nicstar/README. FYI: There is a reported problem with Fore switches and the SPANS protocol, in that the swich does not have the end of PDU bit set for the SPANS PDUs. They are probably using AAL0 not AAL5. I would recommend adding an check in idt_openvcc() for the SPANS VCC, and open the SPANS VCC to use AAL0 instead of AAL5. The driver should hand the AAL0 packets to the HARP code just the same as AAL5 does. I am sorry, I no longer have access to the NICStAR cards nor do I have a Fore switch. --mark tinguely. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message