
Dear Ben,
this patch is still on my "open" list. Can you please review and apply if it makes sense to you? Thanks.
------- Forwarded Message
Date: Wed, 10 Oct 2007 23:04:23 +0300 From: Vlad Lungu vlad@comsys.ro To: u-boot-users@lists.sourceforge.net, wd@denx.de Subject: [PATCH] Added Am79C970A chip id to pcnet
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, i nt 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 */