Commit 449e7d22 authored by Jeff Garzik's avatar Jeff Garzik

[netdrvr 3c527] applied missing pieces of Richard Proctor's 3c527 SMP update

Minor stuff... remove unused constants, and mark non-experimental
and non-broken in Kconfig.
parent 349a1025
......@@ -27,10 +27,8 @@
#define HOST_RAMPAGE 8
#define RX_HALTED (1<<0)
#define TX_HALTED (1<<1)
#define HALTED (RX_HALTED | TX_HALTED)
#define RUNNING 0
#define HALTED 0
#define RUNNING 1
struct mc32_mailbox
{
......
......@@ -657,7 +657,7 @@ config ELMC
config ELMC_II
tristate "3c527 \"EtherLink/MC 32\" support (EXPERIMENTAL)"
depends on NET_VENDOR_3COM && MCA && EXPERIMENTAL && BROKEN_ON_SMP
depends on NET_VENDOR_3COM && MCA && MCA_LEGACY
help
If you have a network (Ethernet) card of this type, say Y and read
the Ethernet-HOWTO, available from
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment