module parameters and 2.6 macros

From: Jon Smirl
Date: Sun Aug 15 2004 - 12:43:18 EST


Is there some way to avoid two sets of parsing code with the 2.6 module
parameter macros?

With the new module parameter macros I can do this:
modprobe radeon debug=1 cards_limit=10

compiled in I need:
kernel /vmlinuz-2.6.8.1 radeon=debug:1,cards_limit:10

For the compiled in case the driver has a parser which decodes the
string. I'd like to remove this parser.

Is this what MODULE_SUPPORTED_DEVICE() is for but the code isn't
written yet?

=====
Jon Smirl
jonsmirl@xxxxxxxxx



__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/