linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* cpm_enet_down and MAC address change.
@ 2000-09-01  6:09 Hyun-Joon Cha
  2000-09-01 13:21 ` Daris A Nevil
  0 siblings, 1 reply; 4+ messages in thread
From: Hyun-Joon Cha @ 2000-09-01  6:09 UTC (permalink / raw)
  To: linuxppc-embedded


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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-09-04  1:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-09-01  6:09 cpm_enet_down and MAC address change Hyun-Joon Cha
2000-09-01 13:21 ` Daris A Nevil
2000-09-01 15:24   ` Dan Malek
2000-09-04  1:03   ` Graham Stoney

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).