aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ep
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/ep
parented07cc7f096be7635515093a7c43ce091a8be72c (diff)
Notes
Diffstat (limited to 'sys/dev/ep')
-rw-r--r--sys/dev/ep/if_ep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c
index bd382537085a..6c940ffead79 100644
--- a/sys/dev/ep/if_ep.c
+++ b/sys/dev/ep/if_ep.c
@@ -38,7 +38,7 @@
*/
/*
- * $Id: if_ep.c,v 1.29 1995/07/05 07:21:34 davidg Exp $
+ * $Id: if_ep.c,v 1.30 1995/08/28 12:01:17 guido Exp $
*
* Promiscuous mode added and interrupt logic slightly changed
* to reduce the number of adapter failures. Transceiver select
@@ -423,7 +423,7 @@ epattach(is)
ifp->if_unit = is->id_unit;
ifp->if_name = "ep";
ifp->if_mtu = ETHERMTU;
- ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_NOTRAILERS;
+ ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX;
ifp->if_init = epinit;
ifp->if_output = ether_output;
ifp->if_start = epstart;