Ques: Mapping device memory into User space
Jeff Millar (jeff@wa1hco.mv.com)
Thu, 20 Feb 1997 19:16:36 -0500
I think I understand about IOCTL's and mapping bus address
space into kernel memory. But I don't want to mmap /dev/mem
into user space because it risks pointer or mapping errors crashing
the OS (I think)
How to do this properly...
jeff