I've been writing a user space driver for
a proprietary ISA card for linux.I've used ioperm to give me access to the ports
(using inw, outw) and mmap of /dev/mem to give me access to the
memory. |
I've been writing a user space driver for
a proprietary ISA card for linux.I've used ioperm to give me access to the ports
(using inw, outw) and mmap of /dev/mem to give me access to the
memory. |