commit | 436f137975507b0baab0859a253c3c9332c22f62 | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Tue Feb 13 12:16:45 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 13 12:16:45 2007 -0800 |
tree | 482799400e745c518ee32ad9fa22b02bb4d20ed1 | |
parent | e2e01bfef8399c8f39c9fdf4a5576039069e760c [diff] |
[TG3]: Save MSI state before suspend. This fixes the following problem: http://bugzilla.kernel.org/show_bug.cgi?id=7969 The MSI state needs to be saved during suspend. PCI state saved during tg3_init_one() does not contain valid MSI state because MSI hasn't been enabled. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>