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
f0e3007ba6
commit
74641393b7
@ -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…
x
Reference in New Issue
Block a user