commit | 17da7120249bfdef877f46be5bbcb3cc01212eb9 | [log] [tgz] |
---|---|---|
author | Marcel Ziswiler <marcel@ziswiler.com> | Tue Oct 21 14:26:36 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Mon Oct 27 17:54:10 2014 -0400 |
tree | 2a77ad151420d6af144253aac8437ebd9879f5a9 | |
parent | b265d0c45902990cb9fedf8080094b07c877d500 [diff] |
e1000: fix sw fw sync on igb i210/i211 I finally had a look at the datasheet and spotted an additional register address difference between regular E1000 and i210/i211 chips. This patch fixes this and now successfully works on programmed i210/i211 as well as unprogrammed i211. Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>