Re: Pegasos OHCI bug (was Re: PROBLEM: memory corrupting bug,bisected to 6dda9d55)

From: Olaf Hering
Date: Wed Oct 27 2010 - 06:14:04 EST


On Wed, Oct 27, pacman@xxxxxxxxxxxxx wrote:

> |1. How do I locate all usb nodes in the device tree?
> |
> |2. How do I know if a particular usb node is OHCI?

In the installed system, run 'lspci | grep -i usb', this gives the pci
bus numbers. Then run 'find /sys -name devspec', and look or the bus
numbers from the lspci output. Each devspec file contains the firmware
path. The ohci node may have subdirectories. Run 'words' in each of
them at the firmware prompt. Perhaps there is one to shutdown the
controller?

I just noticed older firmware did not have a node for ohci, newer ones
my have a /pci@80000000/usb@5 node.

Good luck.

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