From 686e82a0d24eddd08131981a5da2a6909b4f748c Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sun, 17 Sep 2006 18:03:07 +0000 Subject: set the IFCAP_VLAN_MTU flag. From bouyer@NetBSD --- sys/dev/ic/dp8390.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/dev/ic') diff --git a/sys/dev/ic/dp8390.c b/sys/dev/ic/dp8390.c index 12a6f0533ae..7277211190b 100644 --- a/sys/dev/ic/dp8390.c +++ b/sys/dev/ic/dp8390.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dp8390.c,v 1.31 2006/03/25 22:41:42 djm Exp $ */ +/* $OpenBSD: dp8390.c,v 1.32 2006/09/17 18:03:06 brad Exp $ */ /* $NetBSD: dp8390.c,v 1.13 1998/07/05 06:49:11 jonathan Exp $ */ /* @@ -126,6 +126,8 @@ dp8390_config(sc) IFF_BROADCAST | IFF_SIMPLEX | IFF_NOTRAILERS | IFF_MULTICAST; IFQ_SET_READY(&ifp->if_snd); + ifp->if_capabilities = IFCAP_VLAN_MTU; + /* Print additional info when attached. */ printf(", address %s\n", ether_sprintf(sc->sc_arpcom.ac_enaddr)); -- cgit v1.2.3