From 987f7301857b90bc6a41f2aeadb401898aa7d040 Mon Sep 17 00:00:00 2001 From: yar Date: Wed, 9 May 2007 09:02:11 +0000 Subject: tl(4) appears to support long frames. Tested by: Peter Jeremy --- sys/pci/if_tl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/pci') diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c index 5d23767..f2993e2 100644 --- a/sys/pci/if_tl.c +++ b/sys/pci/if_tl.c @@ -1267,6 +1267,8 @@ tl_attach(dev) ifp->if_init = tl_init; ifp->if_mtu = ETHERMTU; ifp->if_snd.ifq_maxlen = TL_TX_LIST_CNT - 1; + ifp->if_capabilities |= IFCAP_VLAN_MTU; + ifp->if_capenable |= IFCAP_VLAN_MTU; callout_init_mtx(&sc->tl_stat_callout, &sc->tl_mtx, 0); /* Reset the adapter again. */ -- cgit v1.1