lkml.org 
[lkml]   [2003]   [May]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 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/

\
 
 \ /
  Last update: 2005-03-22 13:35    [W:0.034 / U:1.464 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site