summaryrefslogtreecommitdiffstats
path: root/sys/dev/dc
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-11-14 18:36:37 +0000
committerjhb <jhb@FreeBSD.org>2001-11-14 18:36:37 +0000
commit866e8e774b05729a229b02750f88c34a58caac8e (patch)
treec94ee5845b912877c84cbff04313feb143f0d7b4 /sys/dev/dc
parent08704afd447096c2834699aec78e39c3a53a471a (diff)
downloadFreeBSD-src-866e8e774b05729a229b02750f88c34a58caac8e.zip
FreeBSD-src-866e8e774b05729a229b02750f88c34a58caac8e.tar.gz
Remove ifnet.if_mpsafe for now. If this is needed, it won't be needed
until much later when the network stack locking is farther along. Approved by: jlemon
Diffstat (limited to 'sys/dev/dc')
-rw-r--r--sys/dev/dc/if_dc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c
index d887464..4592c29 100644
--- a/sys/dev/dc/if_dc.c
+++ b/sys/dev/dc/if_dc.c
@@ -2060,7 +2060,6 @@ static int dc_attach(dev)
ifp->if_init = dc_init;
ifp->if_baudrate = 10000000;
ifp->if_snd.ifq_maxlen = DC_TX_LIST_CNT - 1;
- ifp->if_mpsafe = IS_MPSAFE;
/*
* Do MII setup. If this is a 21143, check for a PHY on the
OpenPOWER on IntegriCloud