Subject: Re: Radeon framebuffer (the story continues)
To: Michael Lorenz <macallan@netbsd.org>
From: Vincent <10.50@free.fr>
List: tech-kern
Date: 12/26/2006 22:45:46
Well, I managed by using pmap functions to get the legacy Video BIOS 
mapped into the kernel memory space and then into the right radeonfb 
buffer. At least, that works fine. If you are interested in it, I can 
mail up the diff file for it.

Anyhow, I stumbled upon another problem. My dmesg looks now like this:

radeonfb0: no PCI BIOS, trying legacy ISA address...
radeonfb0: found 128 KB Legacy BIOS
DFP table revision 2

And the radeonfb code deals only with DFP Tables revision 3. Any hints 
to help me go further?

Vincent