multiple separate pci bridges ...

Benjamin Herrenschmidt benh at kernel.crashing.org
Wed Jan 7 08:37:36 EST 2004


> Here's the code from our pcibios_fixup:
>
> 	dev = NULL;
> 	while ((dev = pci_find_device(PCI_VENDOR_ID_GALILEO,
> 				PCI_DEVICE_ID_GALILEO_GT64260, dev))) {
> 		for (i = 0; i < DEVICE_COUNT_RESOURCE; i++) {
> 			dev->resource[i].flags = 0;
> 			dev->resource[i].start = 0;
> 			dev->resource[i].end = 0;
> 		}
> 	}

pcibios_fixup isn't the right place to do that ;) You should do this
from a pci quirk imho.

note that there's still a problem with XFree which will "see"  those
BARs and, according to the log posted by Sven, shoke. Sven, can you
try "hiding" the host bridge completely from the config ops and see
if that helps with XFree ? That's not a very good solution though,
we'll have to do something different about it. Now if only XFree
stopped mucking with the PCI bus...

> > BTW, is there any reason the L2 cache is disabled by default in the
> > 2.4.x kernels ?
>
> We have it initialized and enabled.

The kernel doesn't do anything to the L2 cache, it all depends what
you firmware does to it.

Ben.


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/





More information about the Linuxppc-dev mailing list