Hello,
I just committed the VGABIOS support. It works for some ATI and Nvidia card. Currently it will try to POST any PCI card it can find with PCI expansion ROM. I will add the #ifdef PCI_EXPANSION_ROM or if (class == vga_class) later.
Ollie
On Mon, 2005-01-10 at 18:36, Li-Ta Lo wrote:
Hello,
I just committed the VGABIOS support. It works for some ATI and Nvidia card. Currently it will try to POST any PCI card it can find with PCI expansion ROM. I will add the #ifdef PCI_EXPANSION_ROM or if (class == vga_class) later.
I just fixed a stupid but serious bug. I think it should be able to support most VGA cards. If you guys want to try it, please check out the most updated version.
Ollie