Loading arch/i386/pci/direct.c +2 −0 Original line number Diff line number Diff line Loading @@ -256,6 +256,8 @@ static int __init pci_check_type2(void) void __init pci_direct_init(int type) { if (type == 0) return; printk(KERN_INFO "PCI: Using configuration type %d\n", type); if (type == 1) raw_pci_ops = &pci_direct_conf1; Loading arch/i386/pci/init.c +4 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,10 @@ static __init int pci_access_init(void) #ifdef CONFIG_PCI_DIRECT pci_direct_init(type); #endif if (!raw_pci_ops) printk(KERN_ERR "PCI: Fatal: No config space access function found\n"); return 0; } arch_initcall(pci_access_init); Loading
arch/i386/pci/direct.c +2 −0 Original line number Diff line number Diff line Loading @@ -256,6 +256,8 @@ static int __init pci_check_type2(void) void __init pci_direct_init(int type) { if (type == 0) return; printk(KERN_INFO "PCI: Using configuration type %d\n", type); if (type == 1) raw_pci_ops = &pci_direct_conf1; Loading
arch/i386/pci/init.c +4 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,10 @@ static __init int pci_access_init(void) #ifdef CONFIG_PCI_DIRECT pci_direct_init(type); #endif if (!raw_pci_ops) printk(KERN_ERR "PCI: Fatal: No config space access function found\n"); return 0; } arch_initcall(pci_access_init);