Re: [PATCH] PCI detection in 2.2.x and 2.4.0

2000-10-06 Thread Rasmus Andersen
> Some years ago, the PCI routines have really used this strategy > (and the obsolete help text reflects this situation), but unfortunately, > there exist machines where the direct access detection gives bogus > results, so it's much better to ask the BIOS first. Also, it's conceptually > cleaner

Re: [PATCH] PCI detection in 2.2.x and 2.4.0

2000-10-06 Thread Aaron Tiensivu
> By the way, does 2.2.x behave in the same way? No. 2.2.x and if I remember right, even 2.0.x all get it right. > I'm interested in lspci -vvx outputs for all the cases and also in effect > of "pci=bios", "pci=conf1" and "pci=conf2" switches. Will do. - To unsubscribe from this list: send the

Re: [PATCH] PCI detection in 2.2.x and 2.4.0

2000-10-06 Thread Martin Mares
Hi! > I have an odd situation.. in 2.4.x on my old P60, if I choose 'any', the > machine has ghost devices and all PCI cards stop working. If I choose > 'direct', it almost works. If I choose 'BIOS', it works correctly. By the way, does 2.2.x behave in the same way? > If you want an lspci fro

Re: [PATCH] PCI detection in 2.2.x and 2.4.0

2000-10-06 Thread Aaron Tiensivu
> at the kernel command line. I admit it isn't a nice solution, but I > don't know any way which would be 100% reliable on all machines > and your machine is the only case I know about where the current > algorithm breaks. Me me me me. :) I have an odd situation.. in 2.4.x on my old P60, if I cho

Re: [PATCH] PCI detection in 2.2.x and 2.4.0

2000-10-06 Thread Martin Mares
Hi! > I recently had a problem with linux 2.2.x and 2.4.0 oopsing early > in the boot process on a old pentium I had gotten hold of. printk > investigation showed the problem to be in the PCI detection code, > specifically the part where linux tries to go through the BIOS to > get the PCI setting

Re: [PATCH] PCI detection in 2.2.x and 2.4.0

2000-10-06 Thread Jeff Garzik
On Fri, 6 Oct 2000, Rasmus Andersen wrote: > This stumped me since the help text had led me to believe > otherwise: The help text states that if CONFIG_PCI_GOANY is set > linux will first try to detect the settings directly and go > through BIOS if this fails. The code first goes through BIOS to >