Subject: mmap for pseudo devices.
To: None <tech-kern@netbsd.org>
From: Darren Reed <darrenr@reed.wattle.id.au>
List: tech-kern
Date: 03/13/2000 23:29:49
Are there any examples/docs on how to implement mmap in a pseudo driver
to facilitate mmap'ing of an array, etc, via mmap(2) ?  "man -k mmap"
only shows up the man page for bus_dma(9) and mmap(2)...and neither do
any of the `stubs' under /usr/share/lkm provide any clues...

Thanks,
Darren