diff options
| author | Remko Lodder <remko@FreeBSD.org> | 2008-02-19 20:54:42 +0000 |
|---|---|---|
| committer | Remko Lodder <remko@FreeBSD.org> | 2008-02-19 20:54:42 +0000 |
| commit | f17edc749435b3d521771e8e191ac0ad2aa8fe23 (patch) | |
| tree | 19482f602051fd1f4170e365746d7b03919c1d22 /sys/dev/ti | |
| parent | f21d26becb8884bdbca32b3c5363a71c502d582e (diff) | |
Notes
Diffstat (limited to 'sys/dev/ti')
| -rw-r--r-- | sys/dev/ti/if_ti.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index 80a2064d7abc..77150e31cd64 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; |
