mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Set the baudrate for if_ti.
PR: kern/40516 Submitted by: "Jin Guojun[VFF]" <jin at adsl-63-198-35-122 dot dsl dot snfc21 dot pacbell dot net> Approved by: imp (mentor, implicit for minor changes) MFC After: 1 week
This commit is contained in:
parent
f21d26becb
commit
f17edc7494
1 changed files with 1 additions and 0 deletions
|
|
@ -2499,6 +2499,7 @@ ti_attach(dev)
|
|||
ifp->if_start = ti_start;
|
||||
ifp->if_watchdog = ti_watchdog;
|
||||
ifp->if_init = ti_init;
|
||||
ifp->if_baudrate = 1000000000;
|
||||
ifp->if_mtu = ETHERMTU;
|
||||
ifp->if_snd.ifq_maxlen = TI_TX_RING_CNT - 1;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue