On Wed, Feb 22, 2006 at 01:55:16PM -0500, Joey Hess wrote: > Another way to do this might be to tag parameters on the command line > with the module they apply to. Matthew Wilcox suggests in this bug > report that libata.atapi_enabled=1 will send that parameter to the > libata driver if it's compiled in; I wasn't aware of this syntax before. > Is it documented somewhere (kernel source file is fine ;-) and does it > work for other module parameters? Seems we could just parse that if so.
It was introduced as part of the module_param work that Rusty did. If you look at Documentation/kernel-parameters.txt from a 2.6 kernel, you'll see it documented there. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]