commit | 04d9c1a1100b6bdeffa7e1bfc30080bdac28e183 | [log] [tgz] |
---|---|---|
author | Dave Jones <davej@redhat.com> | Tue Apr 18 21:06:51 2006 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Sun Jun 11 14:02:27 2006 -0700 |
tree | e061dccae70aa1f2faec0171d8e23d56ad2b9a80 | |
parent | 8d92bc2270d67a43b1d7e94a8cb6f81f1435fe9a [diff] |
[PATCH] PCI: Improve PCI config space writeback At least one laptop blew up on resume from suspend with a black screen due to a lack of this patch. By only writing back config space that is different, we minimise the possibility of accidents like this. Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>