hi i have a buffer obtained from contigmalloc. now i want to mmap it to user space. i have done this in linux but unfortunately i am a freebsd newbie. i read the code and it appeared that the device mmap routine is passed an offset and it has to return the physical page frame no so that the necessary mapping can be created. for that i need to know the physical page frame no from the kva obtained from contigmalloc. i may be totally wrong. so i need help. thanx in advance joy To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message