public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] Added Am79C970A chip id to pcnet
@ 2007-10-10 20:04 Vlad Lungu
  2008-04-25  7:16 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Vlad Lungu @ 2007-10-10 20:04 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Vlad Lungu <vlad@comsys.ro>
---
 drivers/pcnet.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/pcnet.c b/drivers/pcnet.c
index 22edb48..3424846 100644
--- a/drivers/pcnet.c
+++ b/drivers/pcnet.c
@@ -261,6 +261,9 @@ static int pcnet_probe(struct eth_device* dev, bd_t *bis, int dev_nr)
        return -1;
     chip_version = (chip_version >> 12) & 0xffff;
     switch (chip_version) {
+    case 0x2621:
+	chipname = "PCnet/PCI II 79C970A"; /* PCI */
+	break;
 #ifdef CONFIG_PCNET_79C973
     case 0x2625:
 	chipname = "PCnet/FAST III 79C973"; /* PCI */
-- 
1.5.2.2

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

* [U-Boot-Users] [PATCH] Added Am79C970A chip id to pcnet
  2007-10-10 20:04 [U-Boot-Users] [PATCH] Added Am79C970A chip id to pcnet Vlad Lungu
@ 2008-04-25  7:16 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2008-04-25  7:16 UTC (permalink / raw)
  To: u-boot

In message <470D3047.6020709@comsys.ro> you wrote:
> Signed-off-by: Vlad Lungu <vlad@comsys.ro>
> ---
>  drivers/pcnet.c |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Quote from the Boss after overriding the decision of a task force  he
created  to  find  a  solution:  "I'm  sorry  if  I ever gave you the
impression your input would have any effect on my  decision  for  the
outcome of this project!"

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

end of thread, other threads:[~2008-04-25  7:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-10 20:04 [U-Boot-Users] [PATCH] Added Am79C970A chip id to pcnet Vlad Lungu
2008-04-25  7:16 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox