[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20061125222123.GA9167@implementation.residence.ens-lyon.fr>
Date: Sat, 25 Nov 2006 23:21:23 +0100
From: Samuel Thibault <samuel.thibault@...-lyon.org>
To: tori@...appy.mine.nu, jgarzik@...ox.com,
linux-kernel@...r.kernel.org, akpm@...l.org,
sebastien.hinderer@...ia.fr
Subject: Re: Tulip dmfe carrier detection
Hi,
Samuel Thibault, le Fri 10 Nov 2006 15:49:19 +0100, a écrit :
> The dmfe module lacks netif stuff for carrier detection, while the board
> does report carrier status. Here is a patch.
Just an additional fixup: the default state should be carrier off.
This fixes boot carrier detection.
Samuel
--- drivers/net/tulip/dmfe-orig.c 2006-10-01 16:09:49.000000000 +0200
+++ drivers/net/tulip/dmfe.c 2006-11-25 21:23:52.000000000 +0100
@@ -426,6 +426,7 @@
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);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists