Am Mittwoch, den 10.11.2010, 05:14 +0100 schrieb Carl-Daniel Hailfinger:
Sorry. It seems my patch generation script autocompleted the wrong filename. Send the correct patch this time.
Undo all PCI config space writes on shutdown. This means all chipset enables etc. will be undone on shutdown. Any writes which are one-shot should use the permanent ppci_write_* variants.
Extend the number of available register_shutdown slots to 32.
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Acked-by: Michael Karcher flashrom@mkarcher.dialup.fu-berlin.de
+#define NO_PCI_REDIRECT 1
You do not use this define anywhere, you might want to remove it.
Regards, Michael Karcher