Thanks. I plan to boot from SATA and not from USB.  Do any other boards supported by LinuxBIOS (whose source is available in the source tree) bringup USB that I could use as a reference?

On 9/1/06, Jonathan Sturges <jsturges@speakeasy.net> wrote:


Anil B G wrote:

> Hi,
>   I am trying to enable USB on a board similar to Tyan s2892 (CK804)
> chipset?
> Is there anything that else that needs to be done separately other
> than setting the irqs et al correctly? Specifically do we need to
> write some sort of a driver to enable the USB host controller.
>
> Thanks
> Anil


Assuming you don't hope to boot from USB, all you really should need is
to setup the IRQ map, AFAIK.  Then the Linux kernel will detect it and
be able to attach the appropriate driver.

-Jonathan