[U-Boot-Users] [PATCH] Added Am79C970A chip id to pcnet
Vlad Lungu
vlad at comsys.ro
Wed Oct 10 22:04:23 CEST 2007
Signed-off-by: Vlad Lungu <vlad at 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
More information about the U-Boot
mailing list