On Thu, Jul 07, 2011 at 12:34:55AM +0200, Carl-Daniel Hailfinger wrote:
New version: Should work for the internal programmer as well.
TODO: Add sane error handling to pcidev_init() and its callers.
Yep, but that's for another patch.
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Acked-by: Uwe Hermann uwe@hermann-uwe.de
I see no reason not to include this.
+static struct {
- char *name; /* name in all libpci versions */
- char *dummy1; /* Only present in some libpci versions */
- void *dummy2;
- void (*init1)(struct pci_access *); /* init in older versions */
- void (*init2)(struct pci_access *); /* init in newer versions */
- void *dummy3;
- void *dummy4;
- void *dummy5;
- void *dummy6;
- void *dummy7;
- void *dummy8;
- void *dummy9;
- void *dummy10;
Indentation should be one tab above too.
Attached are two logs, one from a normal board, one from a non-supported laptop with force. I can make some more different logs if you like.
Uwe.