projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
348de31
)
net: Add SMSC89128 support
author
Phil Edworthy
<PHIL.EDWORTHY@renesas.com>
Tue, 31 May 2011 03:53:11 +0000
(
03:53
+0000)
committer
Wolfgang Denk
<wd@denx.de>
Wed, 27 Jul 2011 21:27:43 +0000
(23:27 +0200)
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Cc: Ben Warren <biggerbadderben@gmail.com>
drivers/net/smc911x.h
patch
|
blob
|
history
diff --git
a/drivers/net/smc911x.h
b/drivers/net/smc911x.h
index 05e007c6de2f86e0006e1abf011f91a79fe6e4ec..8ce08a91e28e58011dd89a47c4e964c962c67a2a 100644
(file)
--- a/
drivers/net/smc911x.h
+++ b/
drivers/net/smc911x.h
@@
-384,6
+384,7
@@
static inline void smc911x_reg_write(struct eth_device *dev,
#define WUCSR_MPEN 0x00000002
/* Chip ID values */
+#define CHIP_89218 0x218a
#define CHIP_9115 0x115
#define CHIP_9116 0x116
#define CHIP_9117 0x117
@@
-402,6
+403,7
@@
struct chip_id {
};
static const struct chip_id chip_ids[] = {
+ { CHIP_89218, "LAN89218" },
{ CHIP_9115, "LAN9115" },
{ CHIP_9116, "LAN9116" },
{ CHIP_9117, "LAN9117" },