Re: AGP Oops (was Re: 2.6.10-mm2)

From: Andrew Morton
Date: Fri Jan 07 2005 - 20:42:15 EST


Sean Neakums <sneakums@xxxxxxxx> wrote:
>
> Got the following upon starting X (Debian sid's 4.3.0.dfsg.1-10).
> Was fine with 2.6.10-mm1. Radeon card, VIA AGP.
>

Did you have this?

--- 25/drivers/char/agp/generic.c~agpgart-add-bridge-assignment-missed-in-agp_allocate_memory Thu Jan 6 15:50:18 2005
+++ 25-akpm/drivers/char/agp/generic.c Thu Jan 6 15:50:18 2005
@@ -211,6 +211,7 @@ struct agp_memory *agp_allocate_memory(s
new->memory[i] = virt_to_phys(addr);
new->page_count++;
}
+ new->bridge = bridge;

flush_agp_mappings();

_

-
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/