tl(4) appears to support long frames.

Tested by:	Peter Jeremy <peterjeremy at optushome dot com dot au>
This commit is contained in:
Yaroslav Tykhiy 2007-05-09 09:02:11 +00:00
parent 00784f8b10
commit ac95c07889
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169414
2 changed files with 3 additions and 0 deletions

View File

@ -169,6 +169,7 @@ natively:
.Xr sis 4 ,
.Xr sk 4 ,
.Xr ste 4 ,
.Xr tl 4 ,
.Xr tx 4 ,
.Xr vr 4 ,
and

View File

@ -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. */