commit | fe9d960fa3f564757a2e7a43e515106ef4cfd0cb | [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 | 182a4d706336cb8c24394c729c5f2f0b90f10a44 [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>