From 234ef116d975fedba5bd998e69fa71d6a1c0542b Mon Sep 17 00:00:00 2001 From: wollman Date: Fri, 13 Oct 1995 19:48:06 +0000 Subject: Say goodbye to IFF_NOTRAILERS. Support for trailers was officially dropped for 4.4, but for some reason this flag lived on. (Until today, that is.) --- sys/dev/de/if_de.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/de') diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c index bf2893f..9b459f9 100644 --- a/sys/dev/de/if_de.c +++ b/sys/dev/de/if_de.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_de.c,v 1.32 1995/10/02 14:04:33 davidg Exp $ + * $Id: if_de.c,v 1.33 1995/10/07 20:34:30 davidg Exp $ * */ @@ -1987,7 +1987,7 @@ tulip_attach( { struct ifnet * const ifp = &sc->tulip_if; - ifp->if_flags = IFF_BROADCAST|IFF_SIMPLEX|IFF_NOTRAILERS|IFF_MULTICAST; + ifp->if_flags = IFF_BROADCAST|IFF_SIMPLEX|IFF_MULTICAST; ifp->if_ioctl = tulip_ioctl; ifp->if_output = ether_output; ifp->if_start = tulip_start; -- cgit v1.1