public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jon Smirl <jonsmirl@yahoo.com>
To: lkml <linux-kernel@vger.kernel.org>
Subject: module parameters and 2.6 macros
Date: Sun, 15 Aug 2004 10:41:08 -0700 (PDT)	[thread overview]
Message-ID: <20040815174108.14463.qmail@web14929.mail.yahoo.com> (raw)

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@yahoo.com


		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

             reply	other threads:[~2004-08-15 17:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-15 17:41 Jon Smirl [this message]
2004-08-15 17:47 ` module parameters and 2.6 macros Christoph Hellwig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040815174108.14463.qmail@web14929.mail.yahoo.com \
    --to=jonsmirl@yahoo.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox