Subject: Re: LPT I/O
To: Grant Stockly <gussie@stockly.com>
From: Michael Graff <explorer@flame.org>
List: port-i386
Date: 06/10/1999 14:56:21
In user mode or kernel?

Grant Stockly <gussie@stockly.com> writes:

> I want to be able to send and receive bytes from the parallel port.
> 
> I've done this in linux using outb and inb, but can't find any NetBSD
> information on this subject.
> 
> Should I use bus_space_read and bus_space_write commands?
> 
> Grant