Deleted Added
full compact
33c33
< /*$FreeBSD: head/sys/dev/e1000/e1000_82541.c 287990 2015-09-19 18:22:59Z sbruno $*/
---
> /*$FreeBSD: head/sys/dev/e1000/e1000_82541.c 295323 2016-02-05 17:14:37Z erj $*/
88c88
< s32 ret_val = E1000_SUCCESS;
---
> s32 ret_val;
298c298
< u32 ledctl, ctrl, icr, manc;
---
> u32 ledctl, ctrl, manc;
319a320
> E1000_WRITE_FLUSH(hw);
362c363
< icr = E1000_READ_REG(hw, E1000_ICR);
---
> E1000_READ_REG(hw, E1000_ICR);