Subject: Re: Lucent USB problem
To: Lloyd Parkes <lloyd@must-have-coffee.gen.nz>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 06/01/2003 09:43:22
On Sun, Jun 01, 2003 at 01:58:35PM +1200, Lloyd Parkes wrote:
> last ohci device. My guess is that it's having trouble with
> interrupts

That's unlikely, there should be no interrupts at this stage of the boot.
Do you have DDB in your kernel and can you break into it when it hangs?

> ohci3 at pci2 dev 3 function 3: Lucent Technologies product 0x5803 (rev. 0x11)

I guess you'll have to sprinkle some printfs into sys/dev/pci/ohci_pci.c
in function ohci_pci_attach and see how far it gets.

Please file a PR!

Martin