Date: Sat, 25 Jun 2005 12:03:13 +0200 From: Seb <sebastien.b@swissinfo.org> To: freebsd-hackers@freebsd.org Subject: Accessing filesystem from a KLD Message-ID: <200506251203.13569.sebastien.b@swissinfo.org>
next in thread | raw e-mail | index | archive | help
Hello, How can I access the filesystem from a kernel module ? In fact, I want my device driver to retreive a firmware image stored on the filesystem (instead of putting the firmware data in a static array at compile-time) for memory usage and legal concerns. Blocking calls are OK. I have searched the manpages and the web, but I haven't found anything relevant. Thanks, Sebastien
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506251203.13569.sebastien.b>