Index: [thread] [date] [subject] [author]
  From: Andrew Apted <ajapted@netspace.net.au>
  To  : ggi-develop@eskimo.com
  Date: Mon, 10 Aug 1998 14:37:13 +1000

Re: kgicon problems...

Brian writes:

>  > Then i compiled a clean vga kgicon.o 
>  > (using the default 640x400x8, is this really possible in vga?)
>  
>  No, and this is a bug.  Also the mode.fb bug has not been
>  fixed in your source apparently.  Find where kgifb_videovirt
>  gets it's value, delete that statement and several lines down set 
>  it to bus_to_virt(kgifb_videophys).
>  
>  Could people please try this temporary fix on working drivers,
>  and if it generates no problem, can we commit it?

No.  This is a bug with the KGI driver not doing the right thing, so the
KGI driver should be fixed.  bus_to_virt() just doesn't work when the
physical address is high (e.g. 0xE0000000).

Cheers,
_____________________________________________  ____
                                               \  /
  Andrew Apted   <andrew@ggi-project.org>       \/
  

Index: [thread] [date] [subject] [author]