From owner-freebsd-hackers Tue Sep 12 13:38:18 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA26640 for hackers-outgoing; Tue, 12 Sep 1995 13:38:18 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id NAA26634 for ; Tue, 12 Sep 1995 13:38:15 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA02186; Tue, 12 Sep 1995 13:35:20 -0700 From: Terry Lambert Message-Id: <199509122035.NAA02186@phaeton.artisoft.com> Subject: Re: Creating FreeBSD driver. How? To: shamrock@netcom.com (Lucky Green) Date: Tue, 12 Sep 1995 13:35:20 -0700 (MST) Cc: hackers@FreeBSD.ORG In-Reply-To: from "Lucky Green" at Sep 12, 95 12:00:29 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1328 Sender: hackers-owner@FreeBSD.ORG Precedence: bulk > I got some National Semi's Hydra isoEthernet cards. Since I got more cards > than normal PCs, I have been thinking about sticking one into my FreeBSD > box. Of course I'd need a driver to get the iso part working. I got the iso > drivers for DOS that came with the card. The normal ethernet part of the > card can be standard NE2000. Of course if you use an NE2000 driver you are > missing out on the iso part. How do I go about creating a driver for > FreeBSD that will give full functionallity? Are there any faqs or other > tips? I searched the FreeBSD web site without avail. Is there a Novell Server (not Client!) ODI driver for the thing? The ODI driver stuff may be easy to hack, depending on the driver architecture. Specifically, if it uses polling or a not-busy interrupt, then you are probably SOL and will need to write the driver from scratch. ISO by itself is meaningless (means International Standards Organization) as far as telling us what the card capabilities are. It's probably just a manufacturer name. Since you say you've never done a driver before, you'll probably not have sufficient information to do the ODI hack, which means it probably won't get done. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.