On Mon, 18 Sep 2000, Horst von Brand wrote:
> 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:
ok, my "plan b)" didn't work for you, then :) we'll have to actually
_understand_ what's going on then...
Regards,
Tigran
-
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/
- 2.4.0-test9-pre2: pcmcia 3c59x doesn't work Horst von Brand
- Re: 2.4.0-test9-pre2: pcmcia 3c59x doesn't work Andrew Morton
- Re: 2.4.0-test9-pre2: pcmcia 3c59x doesn't work Alex Romosan
- Re: 2.4.0-test9-pre2: pcmcia 3c59x doesn't wo... Derek Wildstar
- Re: 2.4.0-test9-pre2: pcmcia 3c59x doesn'... Tigran Aivazian
- Re: 2.4.0-test9-pre2: pcmcia 3c59x d... Tigran Aivazian
- Re: 2.4.0-test9-pre2: pcmcia 3c59x d... Horst von Brand
- Re: 2.4.0-test9-pre2: pcmcia 3c5... Tigran Aivazian
- Re: 2.4.0-test9-pre2: pcmcia... Derek Wildstar
- Re: 2.4.0-test9-pre2: pcmcia 3c59x doesn't work Horst von Brand
- Re: 2.4.0-test9-pre2: pcmcia 3c59x doesn't work Dag Bakke
- Re: 2.4.0-test9-pre2: pcmcia 3c59x doesn't work Linus Torvalds
- Re: 2.4.0-test9-pre2: pcmcia 3c59x doesn't wo... Horst von Brand
- Re: 2.4.0-test9-pre2: pcmcia 3c59x doesn't work Tigran Aivazian
- Re: 2.4.0-test9-pre2: pcmcia 3c59x doesn't work Dag B

