RE: Broken mmap in current?

2001-01-12 Thread Jeff Roberson
Title: RE: Broken mmap in current? I think I spoke too soon.. I saw thousands of calls to mmap and assumed it was the thousands of read/writes that I was doing. It's actually for the thousands (8192) of pages that I'm mapping in. Oddly enough though there are only 3272 calls to my mmap

Re: Broken mmap in current?

2001-01-11 Thread Bruce Evans
On Thu, 11 Jan 2001, Jeff Roberson wrote: I have written a character device driver for a proprietary PCI device that has a large sum of mapable memory. The character device supports mmap() which I use to export the memory into a user process. I have no problems accessing the memory on this