
4 Dec
2008
4 Dec
'08
5:43 p.m.
On Thu, 2008-12-04 at 03:14 -0600, Andy Fleming wrote:
}
+#else
gur->devdisr |= MPC85xx_DEVDISR_PCIE1; /* disable */
+#endif /* CONFIG_PCIE2 */
MPC85xx_DEVDISR_PCIE1 isn't defined anywhere. Did you miss some changes you made to header files?
Thanks for catching that. I noticed the same DEVDISR_PCIEx value was being used for PCIE2 and PCIE3 in v2 of the patch so quickly "fixed" it in v3 by changing the DEVDISR value for PCIE2. That fix should have been changing the DEVDISR value for PCIE3, not PCIE2. I'll resubmit.
Thanks, Peter