diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index 80a2064d7ab..77150e31cd6 100644 --- a/sys/dev/ti/if_ti.c +++ b/sys/dev/ti/if_ti.c @@ -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;