Re: [PATCH] Switch ide parameters to new-style and make them unique.

Rusty Russell (rusty@rustcorp.com.au)
Mon, 12 May 2003 16:37:29 +1000


In message <003f01c31828$c8e9f480$7c07a8c0@kennet.coplanar.net> you write:
> Cool stuff.
>
> As far as making the parameters easy to parse, I think you would want to
> have a single static tag before the = (equal) sign. The kernel command line
> parsing stuff provides parsing up to that point and dispatches to each
> subsystem (or at least it used to), so:
>
> ata.dev_noprobe=hda
>
> should be
>
> ata=dev_noprobe:hda,if_io_irq:0,0x1f0,7
>
> or some such to use the generic code that's already there.

Sure, some more complex generic parsing thing certainly makes sense.
I think whoever produces the code will probably get to decide what it
looks like.

Cheers!
Rusty.

--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/