net: 8390: ne: Fix accidentally removed RBTX4927 support
The configuration settings for RBTX4927 were accidentally removed, leading to a silently broken network interface. Re-add the missing settings to fix this. Fixes: 8eb97ff5a4ec941d ("net: 8390: remove m32r specific bits") Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ac22bfb15c
commit
e49ac9679e
@ -164,7 +164,9 @@ bad_clone_list[] __initdata = {
|
||||
#define NESM_START_PG 0x40 /* First page of TX buffer */
|
||||
#define NESM_STOP_PG 0x80 /* Last page +1 of RX ring */
|
||||
|
||||
#if defined(CONFIG_ATARI) /* 8-bit mode on Atari, normal on Q40 */
|
||||
#if defined(CONFIG_MACH_TX49XX)
|
||||
# define DCR_VAL 0x48 /* 8-bit mode */
|
||||
#elif defined(CONFIG_ATARI) /* 8-bit mode on Atari, normal on Q40 */
|
||||
# define DCR_VAL (MACH_IS_ATARI ? 0x48 : 0x49)
|
||||
#else
|
||||
# define DCR_VAL 0x49
|
||||
|
Loading…
x
Reference in New Issue
Block a user