|
@@ -2605,7 +2605,7 @@ static int __devinit emac_init_config(struct emac_instance *dev)
|
|
of_device_is_compatible(np, "ibm,emac-440gr"))
|
|
of_device_is_compatible(np, "ibm,emac-440gr"))
|
|
dev->features |= EMAC_FTR_440EP_PHY_CLK_FIX;
|
|
dev->features |= EMAC_FTR_440EP_PHY_CLK_FIX;
|
|
if (of_device_is_compatible(np, "ibm,emac-405ez")) {
|
|
if (of_device_is_compatible(np, "ibm,emac-405ez")) {
|
|
-#ifdef CONFIG_IBM_NEW_EMAC_NO_FLOW_CONTROL
|
|
|
|
|
|
+#ifdef CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL
|
|
dev->features |= EMAC_FTR_NO_FLOW_CONTROL_40x;
|
|
dev->features |= EMAC_FTR_NO_FLOW_CONTROL_40x;
|
|
#else
|
|
#else
|
|
printk(KERN_ERR "%s: Flow control not disabled!\n",
|
|
printk(KERN_ERR "%s: Flow control not disabled!\n",
|