From 99efe4f0f86203d31d497635566d2998e35abeb8 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 14 Nov 2001 18:36:37 +0000 Subject: 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 --- sys/dev/dc/if_dc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/dc') diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c index d8874649fed36..4592c299499fa 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 -- cgit v1.3