diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-11-14 18:36:37 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-11-14 18:36:37 +0000 |
| commit | 99efe4f0f86203d31d497635566d2998e35abeb8 (patch) | |
| tree | c94ee5845b912877c84cbff04313feb143f0d7b4 /sys/dev | |
| parent | 69aaef01227cdf9ede9472595ef47c48906ce2d4 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/dc/if_dc.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
