Re: [PATCH] riport LADAR driver

From: Randy.Dunlap
Date: Sat Jun 24 2006 - 18:29:53 EST


On Fri, 23 Jun 2006 15:46:54 -0700 mark gross wrote:

> +module_param(io, int, 0444);
> +MODULE_PARM_DESC(io, "if non-zero then overrides IO port address");
> +
> +module_param(irq, int, 0444);
> +MODULE_PARM_DESC(io, "if non-zero then overrides IRQ number");
irq

> +module_param(size, int, 0444);
> +MODULE_PARM_DESC(io, "if non-zero then overrides buffer size");
size

Did you ever update these? I mentioned them in a previous
email.

---
~Randy
-
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/