X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fi386%2Fpci%2Fcommon.c;h=68bce194e688a1903480425b3db8dc37802127f0;hb=0cd43f83d381c4246a08cd775834833d6fd64805;hp=c624b61e110455e746ac021c8f7430d1f58251cc;hpb=45c091bb2d453ce4a8b06cf19872ec7a77fc4799;p=pandora-kernel.git diff --git a/arch/i386/pci/common.c b/arch/i386/pci/common.c index c624b61e1104..68bce194e688 100644 --- a/arch/i386/pci/common.c +++ b/arch/i386/pci/common.c @@ -17,10 +17,6 @@ #include "pci.h" -#ifdef CONFIG_PCI_BIOS -extern void pcibios_sort(void); -#endif - unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 | PCI_PROBE_MMCONF; @@ -246,6 +242,10 @@ char * __devinit pcibios_setup(char *str) acpi_noirq_set(); return NULL; } + else if (!strcmp(str, "noearly")) { + pci_probe |= PCI_PROBE_NOEARLY; + return NULL; + } #ifndef CONFIG_X86_VISWS else if (!strcmp(str, "usepirqmask")) { pci_probe |= PCI_USE_PIRQ_MASK;