From 74641393b78dca804ff3a3810381e2ceb0d81aae Mon Sep 17 00:00:00 2001 From: remko Date: Tue, 19 Feb 2008 20:54:42 +0000 Subject: Set the baudrate for if_ti. PR: kern/40516 Submitted by: "Jin Guojun[VFF]" Approved by: imp (mentor, implicit for minor changes) MFC After: 1 week --- sys/dev/ti/if_ti.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/ti') diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index 80a2064..77150e3 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; -- cgit v1.1