Re: BTTV detection broken in 2.4.0-test11-pre5

Keith Owens (kaos@ocs.com.au)
Mon, 20 Nov 2000 00:49:39 +1100


On 19 Nov 2000 12:56:17 GMT,
kraxel@bytesex.org (Gerd Knorr) wrote:
>Some generic way to make module args available as kernel args too
>would be nice. Or at least some simple one-liner I could put next to
>the MODULE_PARM() macro...

On my list for 2.5. If foo is declared as MODULE_PARM in object bar
then you will be able to boot with bar.foo=27 or even foo=27 as long as
variable foo is unique amongst all objects in the kernel.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/