Re: sky2 (was Re: 2.6.18-mm2)

From: Stephen Hemminger
Date: Mon Oct 09 2006 - 13:47:16 EST


On Sun, 08 Oct 2006 20:31:36 +0200
Matthias Hentges <oe@xxxxxxxxxxx> wrote:

>
> Oops, I forgot the "x" in lspci -vvvx, new dumps are attached.


I think I know what the problem is. The PCI access routines to access pci express
registers (ie reg > 256), only work if using MMCONFIG access. For some reason
your configuration doesn't want to use/allow that.

When it happened before, I ended up just not using the pci_read_config_XXX
routines and using the device map. I'll revert the patch that started using
pci_find_ext_capabablity.

--
Stephen Hemminger <shemminger@xxxxxxxx>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/