Subject: LPT I/O
To: None <port-i386@netbsd.org>
From: Grant Stockly <gussie@stockly.com>
List: port-i386
Date: 06/10/1999 13:29:02
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