The patch titled x86_64: Disable aperture pci region check in amd64 AGP driver has been added to the -mm tree. Its filename is x86_64-disable-aperture-pci-region-check-in-amd64.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Andi Kleen <ak@xxxxxxx> One report that it rejects aperture in memory allocated by aperture.c Cc: Dave Jones <davej@xxxxxxxxxx> Signed-off-by: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/char/agp/amd64-agp.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN drivers/char/agp/amd64-agp.c~x86_64-disable-aperture-pci-region-check-in-amd64 drivers/char/agp/amd64-agp.c --- devel/drivers/char/agp/amd64-agp.c~x86_64-disable-aperture-pci-region-check-in-amd64 2006-05-10 21:18:02.000000000 -0700 +++ devel-akpm/drivers/char/agp/amd64-agp.c 2006-05-10 21:18:02.000000000 -0700 @@ -295,6 +295,7 @@ static int __devinit aperture_valid(u64 } } +#if 0 /* Request the Aperture. This catches cases when someone else already put a mapping in there - happens with some very broken BIOS @@ -305,6 +306,7 @@ static int __devinit aperture_valid(u64 printk(KERN_ERR PFX "Aperture conflicts with PCI mapping.\n"); return 0; } +#endif return 1; } _ Patches currently in -mm which might be from ak@xxxxxxx are origin.patch x86_64-disable-aperture-pci-region-check-in-amd64.patch x86_64-avoid-irq0-ioapic-pin-collision.patch x86_64-check-for-too-many-northbridges-in-iommu.patch x86_64-fix-die_lock-nesting.patch x86_64-add-nmi_exit-to-die_nmi.patch x86_64-avoid-ebda-area-in-early-boot-allocator.patch x86_64-move-ondemand-timer-into-own-work-queue.patch git-acpi.patch git-agpgart.patch x86_64-mm-serialize-assign_irq_vector-use-of-static-variables-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html