Messages in this thread Patch in this message |  | | Date | Sat, 17 May 2003 02:55:41 +0100 | From | Dave Jones <> | Subject | Re: Kernel oops on boot with 2.5.69-mm{5,6} |
| |
On Sat, May 17, 2003 at 01:05:26AM +0200, Marek Habersack wrote: > Hello all, > > 2.5.69-mm3 works fine, mm4 wasn't tested. Kernel oopses right after attempting to > initialize agpgart. I've managed to copy only the little data from the oops > that is shown below, enough to locate it (oops happened in the swapper task):
patch from Christoph Hellwig attached. Still waiting for Linus to pull this (and other) agp bits from bkbits.
Dave
--- 1.39/drivers/char/agp/via-agp.c Mon Apr 28 03:32:35 2003 +++ edited/drivers/char/agp/via-agp.c Tue May 13 10:51:00 2003 @@ -402,6 +402,7 @@ bridge->dev = pdev; bridge->capndx = cap_ptr; + bridge->driver = &via_driver; /* might be overriden later */ switch (pdev->device) { case PCI_DEVICE_ID_VIA_8367_0: @@ -427,7 +428,6 @@ } /*FALLTHROUGH*/ default: - bridge->driver = &via_driver; break; } - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |