mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 12:53:33 +00:00
tl(4) appears to support long frames.
Tested by: Peter Jeremy <peterjeremy at optushome dot com dot au>
This commit is contained in:
parent
00784f8b10
commit
ac95c07889
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169414
@ -169,6 +169,7 @@ natively:
|
||||
.Xr sis 4 ,
|
||||
.Xr sk 4 ,
|
||||
.Xr ste 4 ,
|
||||
.Xr tl 4 ,
|
||||
.Xr tx 4 ,
|
||||
.Xr vr 4 ,
|
||||
and
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user