Subject: Using inb() and outb() from machine/pio.h
To: None <current-users@netbsd.org>
From: Dave Burgess <burgess@cynjut.neonramp.com>
List: current-users
Date: 01/19/2000 20:13:22
I knew I should have saved the message about using inb and outb in
machine/pio.h.
I'm going to look back through the archives and see if I can find
Charles' announcement, but if someone could offer me some help, I'd
sure appreciate it.
Here's the problem:
I'm trying to convert a Linux program for my Eiger Labs MPMan F10.
It uses an outb to the parallel port, and everytime I try to run the
program, it terminates and dumps core with a SIGBUS.
I've checked everything I know how with gdb, but I can't see anything
that looks like it should be a problem....
Dave Burgess