Re: [PATCH] Add MODULE_DEVICE_TABLE() so ioatdma module is autoloaded

From: Dan Williams
Date: Wed Jul 01 2009 - 20:33:23 EST


On Wed, Jul 1, 2009 at 11:05 AM, Roland Dreier<rdreier@xxxxxxxxx> wrote:
> The ioatdma module is missing aliases for the PCI devices it supports,
> so it is not autoloaded on boot.  Add a MODULE_DEVICE_TABLE() to get
> these aliases.
>
> Signed-off-by: Roland Dreier <rolandd@xxxxxxxxx>
> ---
> Not sure if not autoloading was intentional or if it's just an
> oversight, but this patch seems useful to me, so please apply if it
> makes sense to you.
>

Makes sense. I believe the only hesitation is that it is a bit
awkward to remove (ifdown all interfaces, stop all raid456 arrays).
However, unless Maciej disagrees I think we should go ahead and
autoload it.

Applied for now to the 'fixes' branch of async_tx.git.

Thanks,
Dan
--
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/