Subject: Re: 604e vs. 604ev (was Re: results of the IRC debug patch)
To: Tim Kelly <hockey@dialectronics.com>
From: Michael <macallan18@earthlink.net>
List: port-macppc
Date: 12/05/2004 12:21:59
Hello,

> >> Does the node show up in its bandit's tree? I think we went over this a
> >> while back but I've piled too much onto my brain since then to remember.
> >There is no node for the Ethernet part. If there were one we wouldn't have
> >a problem with it - as it is I have to assign it an interrupt by hand.
> 
> Can you tell if it is attaching during the PCI attachment portion (straight
> under pci*) or during the I/O controller (under pci*/obio*)? The obio
> portion is walking the OF tree, but the PCI portion is probing PCI devices
> via tags. Allen Briggs can probably help a lot with the PCI code, as I've
> seen his name on a couple files.
I made a patch ages ago and it works fine for me, although it makes a few assumptions that might not work on other systems - on the other hand the card only fits in S900 or J700 mainboards so I might be able to get away with it.
It's a straight PCI device, autoconf finds it but all the PCI config registers contain bogus values so I have to set them to something useful by hand, the IRQ is hard wired to 23 anyway.

have fun
Michael