"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.

Can you repackage the binary as a data-only kld, with a couple of public
symbols wrapping the beginning and end of the binary, or a couple of
symbols with start and length?  You could then have the loader pre-
load the .ko at boot time.

The only other way is to wait until the system is up and load the code
into your driver through an ioctl.

-- 
            "Where am I, and what am I doing in this handbasket?"

Wes Peters                                                         Softweyr LLC
[EMAIL PROTECTED]                                           http://softweyr.com/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to