From: Vlad Lungu <vlad@comsys.ro>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] Added Am79C970A chip id to pcnet
Date: Wed, 10 Oct 2007 23:04:23 +0300 [thread overview]
Message-ID: <470D3047.6020709@comsys.ro> (raw)
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
next reply other threads:[~2007-10-10 20:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-10 20:04 Vlad Lungu [this message]
2008-04-25 7:16 ` [U-Boot-Users] [PATCH] Added Am79C970A chip id to pcnet Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=470D3047.6020709@comsys.ro \
--to=vlad@comsys.ro \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox