Comment 7 for bug 93682

Revision history for this message
Ben Collins (ben-collins) wrote :

Please try some of these config options, especially the pci=noacpi

        pci=option[,option...] [PCI] various PCI subsystem options:
                bios [IA-32] force use of PCI BIOS, don't access
                                the hardware directly. Use this if your machine
                                has a non-standard PCI host bridge.
                nobios [IA-32] disallow use of PCI BIOS, only direct
                                hardware access methods are allowed. Use this
                                if you experience crashes upon bootup and you
                                suspect they are caused by the BIOS.
                conf1 [IA-32] Force use of PCI Configuration
                                Mechanism 1.
                conf2 [IA-32] Force use of PCI Configuration
                                Mechanism 2.
                mmconf [IA-32,X86_64] Enable use of MMCONFIG for PCI
                                Configuration
                nommconf [IA-32,X86_64] Disable use of MMCONFIG for PCI
                                Configuration
                nomsi [MSI] If the PCI_MSI kernel config parameter is
                                enabled, this kernel boot option can be used to
                                disable the use of MSI interrupts system-wide.
                biosirq [IA-32] Use PCI BIOS calls to get the interrupt
                                routing table. These calls are known to be buggy
                                on several machines and they hang the machine
                                when used, but on other computers it's the only
                                way to get the interrupt routing table. Try
                                this option if the kernel is unable to allocate
                                IRQs or discover secondary PCI buses on your
                                motherboard.
                assign-busses [IA-32] Always assign all PCI bus
                                numbers ourselves, overriding
                                whatever the firmware may have done.
                noacpi [IA-32] Do not use ACPI for IRQ routing
                                or for PCI scanning.
                routeirq Do IRQ routing for all PCI devices.
                                This is normally done in pci_enable_device(),
                                so this option is a temporary workaround
                                for broken drivers that don't call it.