Re: driver location for platform-specific drivers

Linus Torvalds (torvalds@transmeta.com)
Mon, 11 Feb 2002 21:19:43 -0800 (PST)


On Mon, 11 Feb 2002, John Hesterberg wrote:
>
> For SGI's upcoming Linux platform (nicknamed Scalable Node, or SN),
> we have some platform specific device drivers. Where should these go?
> I see several precedents in the current kernels.

If they are equivalent to a new bus, make a new platform directory under
drivers, is my vote.

However, if they are likely to eventually spread out (ie they are
really PCI-based, and just your own private chips, and they might end up
as part of some other sgi platform), spread them out as normal drivers.

Linus

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