Re: [patch 2.6.12 (repost w/ corrected subject)] pci: restore BARvalues in pci_enable_device_bars

From: David S. Miller
Date: Thu Jul 07 2005 - 22:13:45 EST


From: "John W. Linville" <linville@xxxxxxxxxxxxx>
Date: Thu, 7 Jul 2005 20:57:04 -0400

> Problem: pci_update_resource doesn't exist for sparc64.

Yes, the drivers/pci/setup-res.c code isn't compiled in on
sparc64 because it assumes a totally different model of
PCI bus probing than we use on sparc64.

On sparc64, we check out if the boot firmware has assigned
the PCI resources for the device, and if so we just leave
things alone. We also make sure that the firmware device
tree properties mostly match what the PCI config space registers
say and we spit out a warning message if not.
-
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/