Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Domen Puncer
On 16/09/07 15:05 -0400, Jon Smirl wrote: > This adjustment to the error counting is in the Efika patches and not > in yours, should it be in yours too? I know about this patch. Error counting is reworked in newer anyway (mixing rmon and ieee counters didn't look very nice to me). Domen

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Jeff Mock
Jon Smirl wrote: > On 9/16/07, Jon Smirl <[EMAIL PROTECTED]> wrote: >> Another problem... >> >> Ifconfig eth0 down >> >> hangs the system. >> I'll try debugging it. > > The hang is something to do with lockd in NFS, it doesn't appear to > have anything to do with fec. I think I need to build mor

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Jon Smirl
This adjustment to the error counting is in the Efika patches and not in yours, should it be in yours too? --- a/drivers/net/fec_mpc52xx/fec.c 2007-05-30 16:04:50.0 +0200 +++ b/drivers/net/fec_mpc52xx/fec.c 2007-05-30 16:09:02.0 +0200 @@ -411,7 +411,9 @@ stats->rx_bytes =

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Jon Smirl
On 9/16/07, Robert Schwebel <[EMAIL PROTECTED]> wrote: > On Sun, Sep 16, 2007 at 02:38:55PM -0400, Jon Smirl wrote: > > Any idea why my DNS servers are getting set up from DHCP? > > Well, check your DHCP server config :-) My x86/arm boxes are getting it ok from same server. > > Robert > -- > Peng

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Robert Schwebel
On Sun, Sep 16, 2007 at 02:38:55PM -0400, Jon Smirl wrote: > Any idea why my DNS servers are getting set up from DHCP? Well, check your DHCP server config :-) Robert -- Pengutronix - Linux Solutions for Science and Industry Entwicklungszentrum Nord http://www.pengutronix.de _

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Jon Smirl
On 9/16/07, Robert Schwebel <[EMAIL PROTECTED]> wrote: > On Sun, Sep 16, 2007 at 02:25:09PM -0400, Jon Smirl wrote: > > Next I'll look at how the pcm030 supplies an Ethernet address. It has > > an EEPROM on the board that holds it. Is this something that can be > > read from of? > > If you use our

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Robert Schwebel
On Sun, Sep 16, 2007 at 02:25:09PM -0400, Jon Smirl wrote: > Next I'll look at how the pcm030 supplies an Ethernet address. It has > an EEPROM on the board that holds it. Is this something that can be > read from of? If you use our u-boot port, the mac addresses are being written by u-boot and sho

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Jon Smirl
On 9/16/07, Jon Smirl <[EMAIL PROTECTED]> wrote: > Another problem... > > Ifconfig eth0 down > > hangs the system. > I'll try debugging it. The hang is something to do with lockd in NFS, it doesn't appear to have anything to do with fec. I think I need to build more of NFS into my kernel. My DNS

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Jon Smirl
Another problem... Ifconfig eth0 down hangs the system. I'll try debugging it. -- Jon Smirl [EMAIL PROTECTED] ___ Linuxppc-embedded mailing list Linuxppc-embedded@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-embedded

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Jon Smirl
[1.309662] net eth0: attached phy 0 to driver Generic PHY [2.316013] Sending DHCP requests .<6>PHY: f0003000:00 - Link is Up - 100/Full [4.392000] ., OK [7.15] IP-Config: Got DHCP answer from 192.168.1.200, my address is 192.168.1.5 [7.108154] IP-Config: Complete: [7.111

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-16 Thread Jon Smirl
On 9/15/07, Jon Smirl <[EMAIL PROTECTED]> wrote: > On 9/15/07, Domen Puncer <[EMAIL PROTECTED]> wrote: > > On 15/09/07 00:28 -0400, Jon Smirl wrote: > > > On 9/14/07, Jon Smirl <[EMAIL PROTECTED]> wrote: > > > > This patch doesn't seem to working quite right on my hardware (Phytec > > > > pcm030).

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-15 Thread Jon Smirl
On 9/15/07, Domen Puncer <[EMAIL PROTECTED]> wrote: > On 15/09/07 00:28 -0400, Jon Smirl wrote: > > On 9/14/07, Jon Smirl <[EMAIL PROTECTED]> wrote: > > > This patch doesn't seem to working quite right on my hardware (Phytec > > > pcm030). At boot I get a long pause. > > > > It also doesn't compile

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-15 Thread Domen Puncer
On 15/09/07 00:28 -0400, Jon Smirl wrote: > On 9/14/07, Jon Smirl <[EMAIL PROTECTED]> wrote: > > This patch doesn't seem to working quite right on my hardware (Phytec > > pcm030). At boot I get a long pause. > > It also doesn't compile if CONFIG_FEC_MPC52xx_MDIO is undefined. Right, darn. Try th

Re: Domen's MPC5200 FEC cleanup patch.

2007-09-14 Thread Jon Smirl
On 9/14/07, Jon Smirl <[EMAIL PROTECTED]> wrote: > This patch doesn't seem to working quite right on my hardware (Phytec > pcm030). At boot I get a long pause. It also doesn't compile if CONFIG_FEC_MPC52xx_MDIO is undefined. -- Jon Smirl [EMAIL PROTECTED] ___

Domen's MPC5200 FEC cleanup patch.

2007-09-14 Thread Jon Smirl
This patch doesn't seem to working quite right on my hardware (Phytec pcm030). At boot I get a long pause. I have a long pause when Ethernet is initializing [0.798529] NET: Registered protocol family 1 [0.802988] NET: Registered protocol family 17 [1.313708] net eth0: attached phy 0 t