Re: Misconfiguration of 64 bit MMIO Prefetch BARs in 2.6.13

From: Greg KH
Date: Wed Oct 12 2005 - 18:48:06 EST


On Tue, Oct 11, 2005 at 09:14:38PM -0600, Jason Gunthorpe wrote:
> --- linux-2.6.13/drivers/pci/setup-bus.c 2005-08-28 23:41:01.000000000000
> +++ /usr/src/linux-2.6.13/drivers/pci/setup-bus.c 2005-10-12
> 03:03:09.000000+0000
> @@ -148,6 +148,7 @@
> struct pci_dev *bridge = bus->self;
> struct pci_bus_region region;
> u32 l, io_upper16;
> + u32 pf_upperbase64;
>
> DBG(KERN_INFO "PCI: Bridge: %s\n", pci_name(bridge));
>
> @@ -203,15 +204,23 @@
> l |= region.end & 0xfff00000;
> DBG(KERN_INFO " PREFETCH window: %08lx-%08lx\n",
> region.start, region.end);
> +

Your email client ate the tabs and spaces for this patch, care to try
again?

And have you tried 2.6.14-rc4?

thanks,

greg k-h
-
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/