The patch titled Tulip dmfe carrier detection (fix) has been added to the -mm tree. Its filename is tulip-dmfe-carrier-detection-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Tulip dmfe carrier detection (fix) From: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> Just an additional fixup: the default state should be carrier off. This fixes boot carrier detection. Cc: Valerie Henson <val_henson@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/tulip/dmfe.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/net/tulip/dmfe.c~tulip-dmfe-carrier-detection-fix drivers/net/tulip/dmfe.c --- a/drivers/net/tulip/dmfe.c~tulip-dmfe-carrier-detection-fix +++ a/drivers/net/tulip/dmfe.c @@ -428,6 +428,7 @@ static int __devinit dmfe_init_one (stru dev->poll_controller = &poll_dmfe; #endif dev->ethtool_ops = &netdev_ethtool_ops; + netif_carrier_off(db->dev); spin_lock_init(&db->lock); pci_read_config_dword(pdev, 0x50, &pci_pmr); _ Patches currently in -mm which might be from samuel.thibault@xxxxxxxxxxxx are tulip-dmfe-carrier-detection.patch tulip-dmfe-carrier-detection-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html