git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cff389
)
hplance: fix ram size in comment
author
Amos Kong
<akong@redhat.com>
Thu, 5 Jun 2014 03:01:22 +0000
(11:01 +0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 5 Jun 2014 22:14:21 +0000
(15:14 -0700)
drivers/net/ethernet/amd/hplance.h:
#define HPLANCE_MEMOFF 0x8000 /* struct lance_init_block */
#define HPLANCE_NVRAMOFF 0xC008 /* etheraddress as one *nibble* per byte */
The offset of RAM start is 0x8000, the offset of RAM end is 0xC008,
so the RAM size is 16392 bytes.
Signed-off-by: Amos Kong <akong@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amd/hplance.c
patch
|
blob
|
history
diff --cc
drivers/net/ethernet/amd/hplance.c
Simple merge