From owner-freebsd-tokenring Thu Jan 20 18: 4:56 2000 Delivered-To: freebsd-tokenring@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 7394E1548C for ; Thu, 20 Jan 2000 18:04:48 -0800 (PST) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id VAA06907; Thu, 20 Jan 2000 21:04:33 -0500 (EST) Date: Thu, 20 Jan 2000 21:04:32 -0500 (EST) From: "Matthew N. Dodd" To: Nikolai Saoukh Cc: lile@stdio.com, freebsd-tokenring@FreeBSD.ORG Subject: Re: Brand new and shiny ol driver In-Reply-To: <20000113143029.142C2192@Brigada-A.Ethereal.RU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-tokenring@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm running this on -CURRENT (good job btw) and it appears to work; I've got an OC-3136 that for some reason wouldn't work with the driver in the tree (MAC address cam up all 0's and the driver reported that the board wasn't supported by the low level driver.) Some of your other changes look good but breaking with the style of the existing file is a no-no. Larry, would you like to give if_ol.c your stamp of approval and commit it on top of if_oltr.c? It might be a bit easier to deal with this as 2 separate files; one for the bus front end/FreeBSD version specific code and the other for the library interface code. On Thu, 13 Jan 2000, Nikolai Saoukh wrote: > At http://www.ethereal.ru/~nms/TR/new-ol.tar.gz (~12K) is > my set of changes for ol driver (against 3.4-STABLE). > This changes are (in no particular order) > > -- Microcode for Bullseye controllers _MUST_ be > even byte aligned; > > -- Additional work memory (different from scratch) > should be allocated for OC-3540 and OC-3139; > > -- some sanity check for RIF length field; > > -- recognition of Olicom cards delegated to TRlld; > > -- little bit closer to style(9); > > -- Mostly all numbers and binary strings replaced > by symbolic names; > > -- ARP requests sent without RIF (my router does not like > RIFs in all-stations broadcasts); > > -- Some LLC implemented (TEST requests); > > Olicom PowerMACH Works manual (OC-3300 rev 1.4) and > Olicom Linux driver (version 1.3.7) were used during > my work. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-tokenring" in the body of the message > -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-tokenring" in the body of the message From owner-freebsd-tokenring Fri Jan 21 7:48:48 2000 Delivered-To: freebsd-tokenring@freebsd.org Received: from Brigada-A.Ethereal.RU (Brigada-A.ethereal.ru [195.230.65.30]) by hub.freebsd.org (Postfix) with ESMTP id 68BC0151FF for ; Fri, 21 Jan 2000 07:48:45 -0800 (PST) (envelope-from nms@Brigada-A.Ethereal.RU) Received: by Brigada-A.Ethereal.RU (Postfix, from userid 1002) id 60EAE1DE; Fri, 21 Jan 2000 18:48:39 +0300 (MSK) Received: from Brigada-A.Ethereal.RU (localhost [127.0.0.1]) by Brigada-A.Ethereal.RU (Postfix) with ESMTP id 47C27140 for ; Fri, 21 Jan 2000 18:48:39 +0300 (MSK) To: freebsd-tokenring@freebsd.org Subject: IBM Turbo 16/4 Token-Ring ISA Adapter From: Nikolai Saoukh Date: Fri, 21 Jan 2000 18:48:34 +0300 Message-Id: <20000121154839.60EAE1DE@Brigada-A.Ethereal.RU> Sender: owner-freebsd-tokenring@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This card is on my shelf. I would like to spend some efforts on it. The following facts were gethered so far: -- no programmer manual available (via Internet) -- no drivers with source code available (via Internet) -- it can be downgraded to Auto 16/4 ... emulation via lanaidc /auto=fast16 -- it is PNP card. Am I missing some other facts? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-tokenring" in the body of the message