aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fe
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1995-10-13 19:48:06 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1995-10-13 19:48:06 +0000
commit233b60cec493409c6b32bea92523343b50ca79ae (patch)
treeae4c80f82b68580a77b0dad688cad0327acd8765 /sys/dev/fe
parented07cc7f096be7635515093a7c43ce091a8be72c (diff)
Notes
Diffstat (limited to 'sys/dev/fe')
-rw-r--r--sys/dev/fe/if_fe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c
index cfab4c724ced5..d6e9ca7587cb9 100644
--- a/sys/dev/fe/if_fe.c
+++ b/sys/dev/fe/if_fe.c
@@ -1070,7 +1070,7 @@ fe_attach ( struct isa_device *isa_dev )
/*
* Set default interface flags.
*/
- sc->sc_if.if_flags = IFF_BROADCAST | IFF_NOTRAILERS | IFF_MULTICAST;
+ sc->sc_if.if_flags = IFF_BROADCAST | IFF_MULTICAST;
/*
* Set maximum size of output queue, if it has not been set.