* Matthew N. Dodd <[EMAIL PROTECTED]> [000317 21:22] wrote: > On Fri, 17 Mar 2000, Gary T. Corcoran wrote: > > I'm trying to initialize a network device, and I'm trying to download > > code *into* my device from some binary system files. There is no > > "user space" or user process, for that matter, to deal with at this > > point. I just want to (at this step) open a file(s) directly from my > > device driver, read the file(s), and download the relevant parts to my > > device. > > There isn't really any clean way of doing this so most drivers that need > to load firmware usually compile them in. :/ Now that I think about it, with FreeBSD's ability to dynamically load and unload modules it would seem like using anything else would be pretty annoying unless there's something else we don't understand here. -- -Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- How to read a file from a device driver? Gary T. Corcoran
- Re: How to read a file from a device driver? Alfred Perlstein
- Re: How to read a file from a device driver? Gary T. Corcoran
- Re: How to read a file from a device driver? Alfred Perlstein
- Re: How to read a file from a device driver? Matthew N. Dodd
- Re: How to read a file from a device dri... Kenneth D. Merry
- Re: How to read a file from a device dri... Alfred Perlstein
- Re: How to read a file from a devic... Andrzej Bialecki
- Re: How to read a file from a device dri... Gary T. Corcoran
- Re: How to read a file from a devic... Alfred Perlstein
- Re: How to read a file from a devic... Matthew N. Dodd
- Re: How to read a file from a device driver? Wes Peters
- Re: How to read a file from a device dri... Daniel C. Sobral
- Re: How to read a file from a devic... Wes Peters
- Re: How to read a file from a device driver? Mark Newton
- Re: How to read a file from a device driver? Darrell Anderson
- Re: How to read a file from a device driver? Gary T. Corcoran