commit | 78c8dbb6524c92f28ea56a09ce3960b435d8ed92 | [log] [tgz] |
---|---|---|
author | Amos Kong <akong@redhat.com> | Thu Jun 05 11:01:22 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 05 15:14:21 2014 -0700 |
tree | 85a91e119688c9c63526b1932a73ffd87afa9691 | |
parent | 1cff389ddbc4af34edb3bf20c9fe847d84b1b883 [diff] |
hplance: fix ram size in comment 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>