In message: <[EMAIL PROTECTED]>
Chuck Tuffli <[EMAIL PROTECTED]> writes:
: I'm a newbie to FreeBSD and am wondering if there is a way to pass
: loadable kernel modules parameters. Under Linux, if a module had
: configurable parameters "a" and "b", you can do something like
:
: insmod module.o parameters="a:10 b:5"
:
: I noticed that some of the drivers grabed information from the
: "environment" using getenv_int(), but I couldn't seem to get this to
: work. Thanks for any thoughts.
You can generally do this with hints and/or kernel environment
variables. However, you can't easily edit these things once you
boot.
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message