Stefan Reinauer wrote:
Every object file with a struct pci_driver ... __pci_driver needs to be marked as "driver" instead of "object" in order to get the init code actually executed.
This patch fixes up all northbridges that did not do this before.
Signed-off-by: Stefan Reinauer stepan@coresystems.de
Acked-by: Peter Stuge peter@stuge.se
How come we have not noticed this before? Do these NB drivers not do anything critical?
//Peter