提交 65eca28d 编写于 作者: M Michael Schmitz 提交者: David S. Miller

m68k/atari: EtherNEC - ethernet support (ne)

Support for Atari EtherNEC ROM port adapters in ne.c
Signed-off-by: NMichael Schmitz <schmitz@debian.org>
Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 9951e048
...@@ -91,7 +91,8 @@ config MCF8390 ...@@ -91,7 +91,8 @@ config MCF8390
config NE2000 config NE2000
tristate "NE2000/NE1000 support" tristate "NE2000/NE1000 support"
depends on (ISA || (Q40 && m) || M32R || MACH_TX49XX) depends on (ISA || (Q40 && m) || M32R || MACH_TX49XX || \
ATARI_ETHERNEC)
select CRC32 select CRC32
---help--- ---help---
If you have a network (Ethernet) card of this type, say Y and read If you have a network (Ethernet) card of this type, say Y and read
......
...@@ -169,6 +169,8 @@ bad_clone_list[] __initdata = { ...@@ -169,6 +169,8 @@ bad_clone_list[] __initdata = {
#elif defined(CONFIG_PLAT_OAKS32R) || \ #elif defined(CONFIG_PLAT_OAKS32R) || \
defined(CONFIG_MACH_TX49XX) defined(CONFIG_MACH_TX49XX)
# define DCR_VAL 0x48 /* 8-bit mode */ # 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 #else
# define DCR_VAL 0x49 # define DCR_VAL 0x49
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册