From owner-freebsd-questions Thu May 23 11:15:23 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA06710 for questions-outgoing; Thu, 23 May 1996 11:15:23 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA06705 for ; Thu, 23 May 1996 11:15:18 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA07864; Thu, 23 May 1996 11:09:56 -0700 From: Terry Lambert Message-Id: <199605231809.LAA07864@phaeton.artisoft.com> Subject: Re: atlantic.c (utility for AT/LANTIC DP83905 based ethernet) To: swift@VNET.IBM.COM (Larry Swift) Date: Thu, 23 May 1996 11:09:56 -0700 (MST) Cc: questions@FreeBSD.ORG In-Reply-To: from "Larry Swift" at May 22, 96 09:07:18 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I have been sent a utility for working with a mystery ethernet card. The > purpose of this utility is to help me set the EEConfig information for said > card. It was supposedly written for Linux systems, and I'm having a bugger of > a time getting it to work on FreeBSD. > > The final stumbling block is a call to ioperm() that I can't seem to find > anywhere on my 2.1-R system. Open /dev/io instead. If you have /dev/io open, you are permitted to use inb/outb on ports. Note that only root can open /dev/io for writing. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.