From: "Hyun-Joon Cha" <tachyon@postech.ac.kr>
To: <linuxppc-embedded@lists.linuxppc.org>
Subject: cpm_enet_down and MAC address change.
Date: Fri, 1 Sep 2000 15:09:39 +0900 [thread overview]
Message-ID: <081f01c013db$364aa100$1952df8d@SOYANG> (raw)
Hello.
In shell, I can't do down ethernet interface.
======================================
# ifconfig eth0 down
dev_close: bug eth0 still running
I checked ethernet driver and found that there are empty code for it.
At cpm_enet_close of arch/ppc/8xx_io/enet.c
===========================================
static int
cpm_enet_close(struct device *dev)
{
/* Don't know what to do yet.
*/
return 0;
}
So, I can't down ethernet interface on Linux for MPC850 and can't change MAC addr at runtime also.
Then how can I make it possible? or do someone make module for ethernet and serial driver for MPC?
Maybe it's a good idea to modularize it and make a configuration header file for parallel IO pins to SCCs and SMCs to port Linux easy.
If anybody know it or have a idea please answer.
Thanks in advance.
Have a nice day.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next reply other threads:[~2000-09-01 6:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-09-01 6:09 Hyun-Joon Cha [this message]
2000-09-01 13:21 ` cpm_enet_down and MAC address change Daris A Nevil
2000-09-01 15:24 ` Dan Malek
2000-09-04 1:03 ` Graham Stoney
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='081f01c013db$364aa100$1952df8d@SOYANG' \
--to=tachyon@postech.ac.kr \
--cc=linuxppc-embedded@lists.linuxppc.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;
as well as URLs for NNTP newsgroup(s).