Date: Thu, 30 May 2002 12:14:01 -0700 (PDT) From: Tom Tang <tangj@cs.ucdavis.edu> To: <freebsd-hackers@freebsd.org> Subject: KLD mmap question Message-ID: <Pine.LNX.4.33.0205301209280.6101-100000@pc1.cs.ucdavis.edu>
next in thread | raw e-mail | index | archive | help
Hello,
I have a question about implementing mmap functions in
device drivers. Thinking it would be simple, I contigmalloc'd
a buffer of PAGE_SIZE and returned it using atop like other
mmap device implementations. However when my userland program
mmaps the device with offset 0, when I try accessing the returned
pointer, it returns me invalid memory address. Any help would
be appreciated...
- Tom
--
Tom Tang
tangj AT cs DOT ucdavis DOT edu
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.33.0205301209280.6101-100000>
