summaryrefslogtreecommitdiffstats
path: root/sys/dev/de
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-10-13 19:48:06 +0000
committerwollman <wollman@FreeBSD.org>1995-10-13 19:48:06 +0000
commit234ef116d975fedba5bd998e69fa71d6a1c0542b (patch)
treeae4c80f82b68580a77b0dad688cad0327acd8765 /sys/dev/de
parentad2a8dc42d82628e3758c1c5de0f70393ed2234d (diff)
downloadFreeBSD-src-234ef116d975fedba5bd998e69fa71d6a1c0542b.zip
FreeBSD-src-234ef116d975fedba5bd998e69fa71d6a1c0542b.tar.gz
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.)
Diffstat (limited to 'sys/dev/de')
-rw-r--r--sys/dev/de/if_de.c4
1 files changed, 2 insertions, 2 deletions
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;
OpenPOWER on IntegriCloud