PNP: mark resources that conflict with PCI devices "disabled"
[safe/jmp/linux-2.6] / drivers / pnp / quirks.c
index e2b7de4..1ff3bb5 100644 (file)
@@ -286,7 +286,7 @@ static void quirk_system_pci_resources(struct pnp_dev *dev)
                                        pci_name(pdev), i,
                                        (unsigned long long) pci_start,
                                        (unsigned long long) pci_end);
-                               res->flags = 0;
+                               res->flags |= IORESOURCE_DISABLED;
                        }
                }
        }