Subject: =?iso-8859-1?Q?FreeBSD=B4s_ioperm=28=29_vs=2E_NetBSD=B4s_i386=5Fset=5Fi?=
To: bsd-help (E-mail) (E-Mail) <netbsd-help@netbsd.org>
From: Nicolas Saurbier <Nicolas.Saurbier@biodata.de>
List: netbsd-help
Date: 07/15/2003 14:51:03
Hi,

I=B4m trying to modify a piece of code, that allows controlling 8 LEDs, =
connected directly to DATA 1-8 of LPT0. The software ist working under =
Linux and FreeBSD. My problem is to implement, what under Linux/FreeBSD =
is just done by:

ioperm(0x378, 1, 1)

From googling the web, I found several Threads dealing with =
i386_set_ioperm(), but this stuff seems to extrem to me ;-). Can any1 =
please tell me, how to get this working on NetBSD???

Thanx=20

Nic