Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 1996 11:09:56 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        swift@VNET.IBM.COM (Larry Swift)
Cc:        questions@FreeBSD.ORG
Subject:   Re: atlantic.c (utility for AT/LANTIC DP83905 based ethernet)
Message-ID:  <199605231809.LAA07864@phaeton.artisoft.com>
In-Reply-To: <s1a38235.031@wposmtp.atlissc.ibm.com> from "Larry Swift" at May 22, 96 09:07:18 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605231809.LAA07864>