Deleted Added
full compact
33c33
< /*$FreeBSD: head/sys/dev/e1000/e1000_82543.c 287990 2015-09-19 18:22:59Z sbruno $*/
---
> /*$FreeBSD: head/sys/dev/e1000/e1000_82543.c 295323 2016-02-05 17:14:37Z erj $*/
903c903
< u32 ctrl, icr;
---
> u32 ctrl;
945c945
< icr = E1000_READ_REG(hw, E1000_ICR);
---
> E1000_READ_REG(hw, E1000_ICR);