Tigran Aivazian <[EMAIL PROTECTED]> said:

[...]

> did you try this patch?
> 
> --- linux/drivers/pci/pci.c   Mon Sep 18 12:35:11 2000
> +++ work/drivers/pci/pci.c    Mon Sep 18 13:12:20 2000
> @@ -714,7 +714,7 @@
>                * We need to blast all three values with a single write.
>                */
>               pci_write_config_dword(dev, PCI_PRIMARY_BUS, buses);
> -             if (!is_cardbus) {
> +             if (is_cardbus) {
>                       /* Now we can scan all subordinate buses... */
>                       max = pci_do_scan_bus(child);
>               } else {

No changes, same:

Linux PCMCIA Card Services 3.1.20
  options:  [pci] [cardbus] [pm]
Yenta IRQ list 04b0, PCI irq11
Socket status: 30000007
Yenta IRQ list 04b0, PCI irq11
Socket status: 30000020
cs: cb_alloc(bus 20): vendor 0x10b7, device 0x5257
PCI: Failed to allocate resource 0 for PCI device 10b7:5257
PCI: Failed to allocate resource 1 for PCI device 10b7:5257
PCI: Failed to allocate resource 2 for PCI device 10b7:5257
PCI: Failed to allocate resource 6 for PCI device 10b7:5257
PCI: Device 14:00.0 not available because of resource collisions
-- 
Horst von Brand                             [EMAIL PROTECTED]
Casilla 9G, Vin~a del Mar, Chile                               +56 32 672616
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to