From: "Debora Liu" <deboralh@fel.com.cn>
To: "linuxppc-embedde" <Linuxppc-embedded@ozlabs.org>
Subject: eldk-3.1.1 8xx FEC bug
Date: Tue, 23 Aug 2005 19:18:29 +0800 [thread overview]
Message-ID: <20050823111345.41B846810D@ozlabs.org> (raw)
Hi ALL:
I find one problem with 8xx FEC driver.
After "ifconfig eth0 down", again "ifconfig eth0 up", kernel dead
I modify fec.c to fix this bug as below
My board use MII
--- fec.c.org 2005-08-23 19:09:06.000000000 +0800
+++ fec.c 2005-08-23 19:07:50.000000000 +0800
@@ -2,6 +2,9 @@
fec_enet_close(struct net_device *dev)
{
/* Don't know what to do yet.
+ */
+ struct fec_enet_private *fep = dev->priv;
+ del_timer( &fep->phy_timer_list );
netif_stop_queue(dev);
fec_stop(dev);
Debora Liu
deboralh@fel.com.cn
2005-08-23
reply other threads:[~2005-08-23 11:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050823111345.41B846810D@ozlabs.org \
--to=deboralh@fel.com.cn \
--cc=Linuxppc-embedded@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox