diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1995-10-13 19:48:06 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1995-10-13 19:48:06 +0000 |
| commit | 233b60cec493409c6b32bea92523343b50ca79ae (patch) | |
| tree | ae4c80f82b68580a77b0dad688cad0327acd8765 /sys/dev/ed | |
| parent | ed07cc7f096be7635515093a7c43ce091a8be72c (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed')
| -rw-r--r-- | sys/dev/ed/if_ed.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index 8d086b9cb64a..3e9f32588861 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -13,7 +13,7 @@ * the SMC Elite Ultra (8216), the 3Com 3c503, the NE1000 and NE2000, * and a variety of similar clones. * - * $Id: if_ed.c,v 1.76 1995/08/25 19:50:15 bde Exp $ + * $Id: if_ed.c,v 1.77 1995/10/10 09:52:30 phk Exp $ */ #include "ed.h" @@ -1412,10 +1412,10 @@ ed_attach(isa_dev) */ if (isa_dev->id_flags & ED_FLAGS_DISABLE_TRANCEIVER) ifp->if_flags = (IFF_BROADCAST | IFF_SIMPLEX | - IFF_NOTRAILERS | IFF_MULTICAST | IFF_ALTPHYS); + IFF_MULTICAST | IFF_ALTPHYS); else ifp->if_flags = (IFF_BROADCAST | IFF_SIMPLEX | - IFF_NOTRAILERS | IFF_MULTICAST); + IFF_MULTICAST); /* * Attach the interface |
