Subject: Re: arm32-current panics in ohci_pci_attach
To: Todd Whitesel <toddpw@best.com>
From: Lennart Augustsson <lennart@augustsson.net>
List: port-arm32
Date: 09/02/1999 10:03:20
Todd Whitesel wrote:

> arm32-current for at least the last few weeks has been panicking on my CATS
> system inside ohci_pci_attach. I also have an i386-current system with the
> same SuperIO chip, and it does not panic.

No wonder.  I put the reset code in the wrong place.  It should be moved down a
few lines, below the call to pci_mapreg_map(), otherwise sc_iot is not set.

I will commit the fix as soon as I get in contact with cvs.netbsd.org again.

--

        -- Lennart