From owner-freebsd-tokenring@FreeBSD.ORG Tue Nov 18 10:57:46 2003 Return-Path: Delivered-To: freebsd-tokenring@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DE7216A4CE for ; Tue, 18 Nov 2003 10:57:46 -0800 (PST) Received: from box1.omd3.com (box1.omd3.com [69.46.19.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id B97B843F93 for ; Tue, 18 Nov 2003 10:57:45 -0800 (PST) (envelope-from david@madole.net) Received: from [192.168.231.161] (helo=ssl.omd3.com) by box1.omd3.com with smtp (Exim 4.23) id 1AMB2m-0003pW-Qo; Tue, 18 Nov 2003 13:57:44 -0500 Received: from 12.148.10.20 (SquirrelMail authenticated user david@madole.net) by ssl.omd3.com with HTTP; Tue, 18 Nov 2003 13:57:44 -0500 (EST) Message-ID: <63929.12.148.10.20.1069181864.squirrel@ssl.omd3.com> In-Reply-To: <20031118184049.99324.qmail@web10501.mail.yahoo.com> References: <20031118184049.99324.qmail@web10501.mail.yahoo.com> Date: Tue, 18 Nov 2003 13:57:44 -0500 (EST) From: "David S. Madole" To: "Adam Kaufman" User-Agent: SquirrelMail/1.4.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal cc: freebsd-tokenring@freebsd.org Subject: Re: oltr driver X-BeenThere: freebsd-tokenring@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support Token Ring in FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 18:57:46 -0000 > I am having trouble getting the oltr driver to > recognize my token ring card. I am running FreeBSD > 4.9-RELEASE and have an ISA Olicom token ring card > Model No. 770000591, which I think is an OC-3118. > My kernel config contains: ISA cards are no longer supported by the oltr driver. I think they were dropped when the driver was rewritten for newbus around 4.3-RELEASE. I have gotten the OC-3118 working for a project of mine. It's a quick hack but it works. You can get the replacement if_oltr.c file from: http://madole.net/scanjet/files/if_oltr.c I also have a "proper" version of support for ISA cards that I started, but it's unfinished as of now. If you're interested in working on it, I could dig up where I left off. David