[PATCH 2/4] fsl_pci: Add a workaround for PCI 5 errata in MPC8548

Kumar Gala galak at kernel.crashing.org
Tue Mar 6 23:13:05 EST 2012


On Mar 6, 2012, at 3:10 AM, Zhao Chenhui wrote:

> +		if ((fsl_svr_is(SVR_8548) || fsl_svr_is(SVR_8548_E)) &&

Should this also have 8547, 8547E, 8545, 8545E, 8543, & 8543E?

> +		    !early_find_capability(hose, 0, 0, PCI_CAP_ID_PCIX)) {
> +			early_read_config_word(hose, 0, 0,
> +						PCI_BUS_FUNCTION, &temp);
> +			temp |= PCI_BUS_FUNCTION_MDS;
> +			early_write_config_word(hose, 0, 0,
> +						PCI_BUS_FUNCTION, temp);
> +		}
> 	}



More information about the Linuxppc-dev mailing list