Re: fec(4) mii_tick

2016-09-21 Thread Jonathan Gray
On Wed, Sep 21, 2016 at 02:23:57PM +0200, Mark Kettenis wrote: > > Date: Wed, 21 Sep 2016 21:42:36 +1000 > > From: Jonathan Gray > > > > On Wed, Sep 21, 2016 at 01:22:04PM +0200, Mark Kettenis wrote: > > > Here is the promised diff that makes fec(4) call mii_tick() like all > > > our other ethern

Re: fec(4) mii_tick

2016-09-21 Thread Mark Kettenis
> Date: Wed, 21 Sep 2016 21:42:36 +1000 > From: Jonathan Gray > > On Wed, Sep 21, 2016 at 01:22:04PM +0200, Mark Kettenis wrote: > > Here is the promised diff that makes fec(4) call mii_tick() like all > > our other ethernet drivers that use mii do. > > > > Does this fix your problem Philip? >

Re: fec(4) mii_tick

2016-09-21 Thread Mike Belopuhov
On 21 September 2016 at 13:22, Mark Kettenis wrote: > Here is the promised diff that makes fec(4) call mii_tick() like all > our other ethernet drivers that use mii do. > > Does this fix your problem Philip? > > Looks good to me. OK mikeb if this works for Philip.

fec(4) mii_tick

2016-09-21 Thread Mark Kettenis
Here is the promised diff that makes fec(4) call mii_tick() like all our other ethernet drivers that use mii do. Does this fix your problem Philip? Index: sys/arch/armv7/imx/if_fec.c === RCS file: /cvs/src/sys/arch/armv7/imx/if_fec.