RE: [PATCH] riport LADAR driver

From: Gross, Mark
Date: Sat Jun 24 2006 - 19:25:15 EST




>-----Original Message-----
>From: Randy.Dunlap [mailto:rdunlap@xxxxxxxxxxxx]
>Sent: Saturday, June 24, 2006 3:34 PM
>To: mgross@xxxxxxxxxxxxxxx
>Cc: arjan@xxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; Gross, Mark
>Subject: Re: [PATCH] riport LADAR driver
>
>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.

They are now. Sorry I missed them. The first time my eye looked over
your comments I actually didn't see the irq and size comments you put
in.

Thanks,

--mgross
-
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/