Commit 78f1cd0
r8169: fix broken register writes
This is quite similar to b39fe41
though said registers are not even documented as 64-bit registers
- as opposed to the initial TxDescStartAddress ones - but as single
bytes which must be combined into 32 bits at the MMIO read/write
level before being merged into a 64 bit logical entity.
Credits go to Ben Hutchings <ben@decadent.org.uk> for the MAR
registers (aka "multicast is broken for ages on ARM) and to
Timo Teräs <timo.teras@iki.fi> for the MAC registers.
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: David S. Miller <davem@davemloft.net>1 parent 1546a71 commit 78f1cd0
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2820 | 2820 | | |
2821 | 2821 | | |
2822 | 2822 | | |
2823 | | - | |
2824 | 2823 | | |
| 2824 | + | |
2825 | 2825 | | |
2826 | 2826 | | |
2827 | 2827 | | |
| |||
4747 | 4747 | | |
4748 | 4748 | | |
4749 | 4749 | | |
4750 | | - | |
4751 | 4750 | | |
| 4751 | + | |
4752 | 4752 | | |
4753 | 4753 | | |
4754 | 4754 | | |
| |||
0 commit comments