On Fri, Sep 5, 2008 at 1:07 AM, Neil Bothwick <[EMAIL PROTECTED]> wrote: > On Fri, 05 Sep 2008 10:24:25 +0800, Wang, Baojun wrote: <snip>
> Build it into the kernel. There's usually not much point in building > something as a module if you're going to load it every time you boot, > unless you want to pass it options. Not to sidetrack the thread, but this seems to be a bit of a common misconception - you can pass *all* the same options to a built-in driver via the kernel boot line as you can to the same driver built as a module - you just do a $modulename.$optionname=$value on the boot command line - very easy... -James <snip> > -- > Neil Bothwick > > Every time I jump on the bandwagon all its wheels fall off. >

