All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Help with driver for a ethernet switch
@ 2009-05-12 19:51 Raphael Amorim
  2009-05-12 20:07 ` Ben Warren
  0 siblings, 1 reply; 2+ messages in thread
From: Raphael Amorim @ 2009-05-12 19:51 UTC (permalink / raw)
  To: u-boot

Hello all,

Could anyone help me with this?
Which change should I do on
http://git.denx.de/u-boot/drivers/net/ks8695eth.c
to make it work with the ks8995m ? Have anyone done this before?

thanks,

Raphael

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

* [U-Boot] Help with driver for a ethernet switch
  2009-05-12 19:51 [U-Boot] Help with driver for a ethernet switch Raphael Amorim
@ 2009-05-12 20:07 ` Ben Warren
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Warren @ 2009-05-12 20:07 UTC (permalink / raw)
  To: u-boot

Hi Raphael,

Raphael Amorim wrote:
> Hello all,
>
> Could anyone help me with this?
> Which change should I do on
> http://git.denx.de/u-boot/drivers/net/ks8695eth.c
> to make it work with the ks8995m ? Have anyone done this before?
>
> thanks,
>
> Raphael
>
>   
First, read the data sheets for both chips to find out how 
similar/different they are.  If similar, modify or copy the ks8695 
driver.  If they're significantly different, you might find a better 
match for a template.

No matter what, you need to understand your hardware.

Please note that the KS8695 driver will be changing soon because the API 
that it uses is deprecated.  There are plenty of examples of drivers 
that use the preferred methods.

regards,
Ben

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

end of thread, other threads:[~2009-05-12 20:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-12 19:51 [U-Boot] Help with driver for a ethernet switch Raphael Amorim
2009-05-12 20:07 ` Ben Warren

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.