All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] RTL8169 driver not work on PPC8241
@ 2006-12-12 11:43 Roger Yang(楊仁存)
  2006-12-12 16:51 ` Masami Komiya
  0 siblings, 1 reply; 7+ messages in thread
From: Roger Yang(楊仁存) @ 2006-12-12 11:43 UTC (permalink / raw)
  To: u-boot

Hi,
My ethernet can not work based on RTL8169 and MPC8241. I try to use TFTP command to load files. But It can not send out the packets. I found it caused by TxDescriptor not work. Since the owner bit on TxDescriptor can not auto clean by descriptor in the function rtl_send( ). When compile RTL8169.C, a function "virt_to_bus( )" lost. So i define it as the following 
#undef	virt_to_bus
#define	virt_to_bus(x)	((unsigned long)x)

Can any one advise me if this definition ok? Or anything I should check?

Thanks

Roger Yang


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20061212/7a3768c4/attachment.htm 

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [U-Boot-Users] RTL8169 driver not work on PPC8241
@ 2006-12-13  4:36 Roger Yang(楊仁存)
  2006-12-13 19:15 ` Wolfgang Denk
  0 siblings, 1 reply; 7+ messages in thread
From: Roger Yang(楊仁存) @ 2006-12-13  4:36 UTC (permalink / raw)
  To: u-boot

Hi, Wolfgang,
According to your message, there is a new driver for  RTL8169. Since my RTL8169 can not work based on PPC824x. How can I get the new driver your mail mentioned?

Best Regards
Roger Yang 

-----Original Message-----
From: wd@denx.de [mailto:wd at denx.de]
Sent: Wednesday, December 13, 2006 5:01 AM
To: Masami Komiya
Cc: Roger Yang(???); u-boot-users at lists.sourceforge.net
Subject: Re: [U-Boot-Users] RTL8169 driver not work on PPC8241 


In message <457EDE2D.9030801@sonare.it> you wrote:
>
> Attached file is a new driver for RTL8169.

Ummm... "new" driver is a bit strong given the fact that you changed
less than 5 % of the lines in the driver.

May I ask you to submit your changes as a proper patch,  with  expla-
nations which problems you are fixing and why you change the code the
way you change it?

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
As far as the laws of mathematics refer  to  reality,  they  are  not
certain;  and  as  far  as  they  are  certain,  they do not refer to
reality.                                           -- Albert Einstein

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

end of thread, other threads:[~2006-12-13 19:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-12 11:43 [U-Boot-Users] RTL8169 driver not work on PPC8241 Roger Yang(楊仁存)
2006-12-12 16:51 ` Masami Komiya
2006-12-12 21:00   ` Wolfgang Denk
2006-12-13  6:51     ` Masami Komiya
2006-12-13 19:17       ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2006-12-13  4:36 Roger Yang(楊仁存)
2006-12-13 19:15 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.