Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53298
b: refs/heads/master
c: 8b6aaab
h: refs/heads/master
v: v3
  • Loading branch information
Finn Thain authored and Linus Torvalds committed May 5, 2007
1 parent c66a8b6 commit 35be978
Show file tree
Hide file tree
Showing 4 changed files with 365 additions and 236 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0251c38ce503de01f5bc07917a824021b86b4ada
refs/heads/master: 8b6aaab8c8bdbe011aac79af218dd1e657984bab
4 changes: 2 additions & 2 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ config MACSONIC
be called macsonic.

config MACMACE
bool "Macintosh (AV) onboard MACE ethernet (EXPERIMENTAL)"
depends on NET_ETHERNET && MAC && EXPERIMENTAL
bool "Macintosh (AV) onboard MACE ethernet"
depends on NET_ETHERNET && MAC
select CRC32
help
Support for the onboard AMD 79C940 MACE Ethernet controller used in
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/net/Space.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ extern struct net_device *bagetlance_probe(int unit);
extern struct net_device *mvme147lance_probe(int unit);
extern struct net_device *tc515_probe(int unit);
extern struct net_device *lance_probe(int unit);
extern struct net_device *mace_probe(int unit);
extern struct net_device *mac8390_probe(int unit);
extern struct net_device *mac89x0_probe(int unit);
extern struct net_device *mc32_probe(int unit);
Expand Down Expand Up @@ -274,9 +273,6 @@ static struct devprobe2 m68k_probes[] __initdata = {
#ifdef CONFIG_MVME147_NET /* MVME147 internal Ethernet */
{mvme147lance_probe, 0},
#endif
#ifdef CONFIG_MACMACE /* Mac 68k Quadra AV builtin Ethernet */
{mace_probe, 0},
#endif
#ifdef CONFIG_MAC8390 /* NuBus NS8390-based cards */
{mac8390_probe, 0},
#endif
Expand Down
Loading

0 comments on commit 35be978

Please sign in to comment.