Re: [PATCH] asiliantfb fixes

From: jsimmons
Date: Wed Jun 30 2004 - 06:54:06 EST



The below fix is missing. It needs to be applied.

--- linux-2.6.7/drivers/video/asiliantfb.c.orig 2004-06-28
22:03:38.000000000 -0400
+++ linux-2.6.7/drivers/video/asiliantfb.c 2004-06-28
22:04:28.000000000 -0400
@@ -571,7 +571,7 @@
}

pci_write_config_dword(dp, 4, 0x02800083);
- writeb(3, addr + 0x400784);
+ writeb(3, p->screen_base + 0x400784);

init_asiliant(p, addr);


On Tue, 29 Jun 2004, Paul Mundt wrote:

> On Tue, Jun 29, 2004 at 10:41:12PM -0400, Eric Lammerts wrote:
> > this patch fixes the asiliantfb driver. A call to the init function
> > was missing so it was never actually used. The other fix is in the
> > init function writing somewhere using a physical address instead of a
> > virtual address.
> >
> The asiliantfb_init() stuff is already fixed in current BK.
>
>
-
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/