Bug 7969
Summary: | tg3 driver: S3 problem in MSI mode | ||
---|---|---|---|
Product: | Drivers | Reporter: | Zhang Rui (rui.zhang) |
Component: | Network | Assignee: | Rafael J. Wysocki (rjwysocki) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | mchan |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.19 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 7216, 56331 | ||
Attachments: |
/proc/interrupts w/ and w/o "pci=nomsi"
save pci state in suspend method and don't call tg3_halt bug fix patch |
Description
Zhang Rui
2007-02-08 17:00:23 UTC
Created attachment 10359 [details]
/proc/interrupts w/ and w/o "pci=nomsi"
Created attachment 10360 [details]
save pci state in suspend method and don't call tg3_halt
Hi,
I knew nothing about the tg3 hardware, so this patch may be totally wrong.
But at least it can help network works well after S3 resume on my laptop.
So I think this may be useful for you to find the problem.
Created attachment 10371 [details]
bug fix patch
Thanks for reporting this problem and providing the initial patch. I've
attached a better patch which preserves the reset during suspend. We'll push
out the patch after more testing.
Sorry for the delay. :) I tested the patch on my laptop and it works well. I think we can close this bug. Thanks. Closing. :-) |